1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Reorganize test classes to prevent unittest from running the base TestCases

This commit is contained in:
Jeremy Stretch
2020-01-31 09:00:01 -05:00
parent 98cce7eee4
commit 939b5f2e29
5 changed files with 298 additions and 290 deletions

View File

@@ -0,0 +1,2 @@
from .testcases import *
from .utils import *