Commit 1e23f8b546886057248bda9e665536405df7e1e1
1 parent
2c52b3c5cb
Exists in
master
run_test reverted
Showing 1 changed file with 2 additions and 2 deletions Inline Diff
scripts/run_tests.sh
View file @
1e23f8b
#!/bin/bash -xe | 1 | 1 | #!/bin/bash -xe | |
venv/scripts/python venv/scripts/coverage.exe run --source='flashcards' manage.py test flashcards/tests/ | 2 | 2 | venv/bin/python venv/bin/coverage run --source='flashcards' manage.py test flashcards/tests/ | |
venv/scripts/python venv/scripts/coverage.exe html | 3 | 3 | venv/bin/python venv/bin/coverage html | |
4 | 4 | |||