Browse Source

pull the SNMP tests directly instead of indirect...

main
John-Mark Gurney 4 years ago
parent
commit
05cdde6969
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bitelab/testing.py

+ 2
- 1
bitelab/testing.py View File

@@ -28,4 +28,5 @@

# Module that includes all the test cases.

from . import TestClient, TestSNMPPower, TestSNMPWrapper, TestDatabase, TestBiteLab, TestUnhashLRU
from .snmp import TestSNMPPower, TestSNMPWrapper
from . import TestClient, TestDatabase, TestBiteLab, TestUnhashLRU

Loading…
Cancel
Save