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

@ -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