Skip to content

Commit 12e51d3

Browse files
committed
Add test_hash to main test suite
1 parent 5346326 commit 12e51d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unittests/test_all.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
from . import test_elaborated_types
8282
from . import test_order
8383
from . import test_find_noncopyable_vars
84+
from . import test_hash
8485

8586
testers = [
8687
pep8_tester,
@@ -152,7 +153,8 @@
152153
test_castxml_wrong_epic,
153154
test_elaborated_types,
154155
test_order,
155-
test_find_noncopyable_vars
156+
test_find_noncopyable_vars,
157+
test_hash
156158
]
157159

158160
if platform.system() != 'Windows':

0 commit comments

Comments
 (0)