mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-14 08:49:47 -05:00
pytest
This commit is contained in:
parent
cb3ed3eadd
commit
157dde37e3
@ -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…
Reference in New Issue
Block a user