work on tests and various fixes
This commit is contained in:
parent
3357f93fc1
commit
398d8da347
1 changed files with 7 additions and 0 deletions
7
run_tests.sh
Executable file
7
run_tests.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd onionr;
|
||||||
|
mkdir testdata;
|
||||||
|
for f in tests/*.py; do
|
||||||
|
python3 "$f" || break # if needed
|
||||||
|
done
|
||||||
|
rm -rf testdata;
|
Loading…
Add table
Add a link
Reference in a new issue