mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
pytest
This commit is contained in:
parent
cb3ed3eadd
commit
157dde37e3
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ before_script:
|
|||
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
# command to run tests
|
||||
script: pytest --cov=onionshare test/
|
||||
script: xvfb-run py.test-3 unit_tests/onionshare_share_mode_download_test.py
|
||||
script: xvfb-run pytest unit_tests/onionshare_share_mode_download_test.py
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue