diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-03-01 18:18:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-01 18:18:43 +0000 |
commit | 382853e398c144235beee96fe33bf7404a524f69 (patch) | |
tree | 2a3d951aba041d85940046553e695a46ecf24c83 /test.sh | |
parent | c04dcca919cc89d04daa73d570a42134829a91d8 (diff) | |
parent | c23bdfcb145c4934d55c8ab0d1d32ccfe2ac62fa (diff) |
Merge "Add test utils and tests for quick booking"
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ find . -type f -name "*.py" -not -name "manage.py" | xargs flake8 --count --igno # this file should be executed from the dir it is in -docker exec -it dg01 python manage.py test -t ../src/ +docker exec -it dg01 python manage.py test |