Switch to use the new registry tests suite

This commit is contained in:
Joseph Schorr 2018-05-01 13:52:35 +03:00
parent 8c1b0e673c
commit 5509dd350c
8 changed files with 12 additions and 198 deletions

View file

@ -274,7 +274,7 @@ TEST=true python -m test.test_api_usage -f SuiteName
TEST=true PYTHONPATH="." py.test --verbose
# To run a specific test module
TEST=true PYTHONPATH="." py.test --verbose test/registry_tests.py
TEST=true PYTHONPATH="." py.test --verbose test/registry/registry_tests.py
# To run a specific test unique test
TEST=true PYTHONPATH="." py.test --verbose test/test_api_usage.py::TestDeleteNamespace