Skip to content

Commit 87f740f

Browse files
authored
Merge pull request #67 from AllenNeuralDynamics/hot-fix-expose-harp-qc-modules
Expose Harp suite classes from private modules
2 parents 5f8c88c + 0b2ff9b commit 87f740f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/contraqctor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.8"
1+
__version__ = "0.4.9"
22

33
from . import contract as contract
44
from . import qc as qc
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
from .environment_sensor import HarpEnvironmentSensorTestSuite
22
from .harp_device import HarpDeviceTestSuite, HarpDeviceTypeTestSuite, HarpHubTestSuite
3+
from .lickety_split import HarpLicketySplitTestSuite
34
from .sniff_detector import HarpSniffDetectorTestSuite
5+
from .treadmill import HarpTreadmillTestSuite
46

57
__all__ = [
68
"HarpDeviceTestSuite",
79
"HarpDeviceTypeTestSuite",
810
"HarpHubTestSuite",
911
"HarpSniffDetectorTestSuite",
1012
"HarpEnvironmentSensorTestSuite",
13+
"HarpLicketySplitTestSuite",
14+
"HarpTreadmillTestSuite",
1115
]

0 commit comments

Comments
 (0)