Fix tests by splitting them into two separate files

This commit is contained in:
Christophe Bedard 2019-06-03 11:20:02 +02:00
parent 8f09ce339d
commit 39bd95b51f
3 changed files with 34 additions and 19 deletions

View file

@ -60,6 +60,7 @@ if(BUILD_TESTING)
test/test_node.py
test/test_publisher.py
test/test_subscription.py
test/test_subscription_callback.py
)
foreach(_test_path ${_tracetools_test_pytest_tests})