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
4bec79f494
onionshare
/
tests_gui_tor
/
run_unit_tests.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Tor GUI unit tests
2018-09-27 03:33:15 -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
Add Tor GUI unit tests
2018-09-27 03:33:15 -04:00
done
Reference in New Issue
Copy Permalink