This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
0
You've already forked onionshare
mirror of
https://github.com/onionshare/onionshare.git
synced
2024-10-01 01:35:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f5c7acf8f2
onionshare
/
tests_gui_local
/
run_unit_tests.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
GUI unit tests in both share and receive mode
2018-09-22 02:50:39 -04:00
#!/bin/bash
for
test
in
`
ls -1
|
egrep ^onionshare_
`
;
do
Update Travis CI to run GUI tests
2018-09-28 00:19:42 -04:00
pytest
$test
-vvv
||
exit
1
GUI unit tests in both share and receive mode
2018-09-22 02:50:39 -04:00
done
Reference in New Issue
Copy Permalink