diff options
| author | stuppie | 2026-03-09 18:42:22 -0600 |
|---|---|---|
| committer | stuppie | 2026-03-09 18:42:22 -0600 |
| commit | a68a9eb9873c7502c2b7bddb55c4eb61689a48a2 (patch) | |
| tree | 6a4df8d399e94532dd3938f53f467913f412ce10 /tests/conftest.py | |
| parent | cf274a5814e02aefc0c9e25f96927b3163a4abaf (diff) | |
| download | generalresearch-a68a9eb9873c7502c2b7bddb55c4eb61689a48a2.tar.gz generalresearch-a68a9eb9873c7502c2b7bddb55c4eb61689a48a2.zip | |
add IPLabel, NmapRun, RDNSResult, ToolRun, model/managers/tests. nmap xml parser. + test. work in progress
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 30ed1c7..2482269 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -13,6 +13,7 @@ pytest_plugins = [ "test_utils.managers.conftest", "test_utils.managers.contest.conftest", "test_utils.managers.ledger.conftest", + "test_utils.managers.network.conftest", "test_utils.managers.upk.conftest", # -- Models "test_utils.models.conftest", |
