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
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ registry-test:
|
|||
TEST=true PYTHONPATH="." py.test \
|
||||
--cov="." --cov-report=html --cov-report=term-missing \
|
||||
--timeout=3600 --verbose --show-count -x \
|
||||
test/registry_tests.py
|
||||
test/registry/registry_tests.py
|
||||
|
||||
test: unit-test registry-test
|
||||
|
||||
|
|
Reference in a new issue