Add test for certs_install script
Add make ability for travis ci
This commit is contained in:
parent
0681784012
commit
dabad24cae
4 changed files with 80 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -60,6 +60,9 @@ registry-test-old:
|
|||
--timeout=3600 --verbose --show-count -x \
|
||||
./test/registry_tests.py
|
||||
|
||||
certs-test:
|
||||
./test/test_certs_install.sh
|
||||
|
||||
full-db-test: ensure-test-db
|
||||
TEST=true PYTHONPATH=. alembic upgrade head
|
||||
TEST=true PYTHONPATH=. SKIP_DB_SCHEMA=true py.test --timeout=7200 \
|
||||
|
|
Reference in a new issue