mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 21:51:32 -05:00
pytest
This commit is contained in:
parent
6e5d579cbb
commit
50dc13d045
@ -17,6 +17,6 @@ before_script:
|
|||||||
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: pytest --cov=onionshare test/
|
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:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user