Switch to use the new registry tests suite
This commit is contained in:
parent
8c1b0e673c
commit
5509dd350c
8 changed files with 12 additions and 198 deletions
|
@ -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
|
||||
|
|
Reference in a new issue