mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
One script to run all tests
This commit is contained in:
parent
522d8e2d78
commit
eaa3a152b0
1 changed files with 14 additions and 0 deletions
14
dev_scripts/run_all_tests.sh
Executable file
14
dev_scripts/run_all_tests.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
ROOT="$( dirname $(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd ))"
|
||||
|
||||
# CLI tests
|
||||
cd $ROOT
|
||||
pytest tests/
|
||||
|
||||
# Local GUI tests
|
||||
cd $ROOT/tests_gui_local
|
||||
./run_unit_tests.sh
|
||||
|
||||
# Tor GUI tests
|
||||
cd $ROOT/tests_gui_tor
|
||||
./run_unit_tests.sh
|
Loading…
Add table
Add a link
Reference in a new issue