Add node creation test

This commit is contained in:
Christophe Bedard 2019-06-03 10:07:43 +02:00
parent 198fa8b039
commit 3b85b3cbd8
2 changed files with 34 additions and 0 deletions

View file

@ -41,6 +41,7 @@ if(BUILD_TESTING)
# Run each test in its own pytest invocation
set(_tracetools_test_pytest_tests
test/test_node.py
test/test_publisher.py
test/test_subscription.py
)