mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-29 11:21:16 -04:00
pytest
This commit is contained in:
parent
6e5d579cbb
commit
50dc13d045
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
Add a link
Reference in a new issue