mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-31 18:38:57 -04:00
Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work
This commit is contained in:
parent
f4abcf1be9
commit
b42f92d714
490 changed files with 226 additions and 14886 deletions
|
@ -1,26 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# The script runs python tests
|
||||
# Firstly, all CLI tests are run
|
||||
# Then, all the GUI tests are run individually
|
||||
# to avoid segmentation fault
|
||||
|
||||
PARAMS=""
|
||||
|
||||
while [ ! $# -eq 0 ]
|
||||
do
|
||||
case "$1" in
|
||||
--rungui)
|
||||
PARAMS="$PARAMS --rungui"
|
||||
;;
|
||||
--runtor)
|
||||
PARAMS="$PARAMS --runtor"
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
pytest $PARAMS -vvv ./tests/test_cli*.py || exit 1
|
||||
for filename in ./tests/test_gui_*.py; do
|
||||
pytest $PARAMS -vvv --no-qt-log $filename || exit 1
|
||||
done
|
||||
pytest -vvv --no-qt-log tests/test_gui_tabs.py
|
||||
pytest -vvv --no-qt-log tests/test_gui_share.py
|
||||
pytest -vvv --no-qt-log tests/test_gui_receive.py
|
||||
pytest -vvv --no-qt-log tests/test_gui_website.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue