This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
utilities
/
testing
/
__init__.py
4 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Move APIViewTestCases to api.py
2020-06-08 10:46:53 -04:00
from
.
api
import
*
Reorganize test classes to prevent unittest from running the base TestCases
2020-01-31 09:00:01 -05:00
from
.
utils
import
*
Move APIViewTestCases to api.py
2020-06-08 10:46:53 -04:00
from
.
views
import
*
Copy Permalink