This website requires JavaScript.
Explore
Help
Register
Sign in
phantom
/
onionshare
Watch
1
Star
0
Fork
You've already forked onionshare
0
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-01-11 20:22:39 -03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4710eaee4c
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 03:50:39 -03:00
#!/bin/bash
for
test
in
`
ls -1
|
egrep ^onionshare_
`
;
do
Update Travis CI to run GUI tests
2018-09-28 01:19:42 -03:00
pytest
$test
-vvv
||
exit
1
GUI unit tests in both share and receive mode
2018-09-22 03:50:39 -03:00
done
Reference in a new issue
Copy permalink