work on tests and various fixes
This commit is contained in:
parent
3357f93fc1
commit
398d8da347
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…
Reference in New Issue
Block a user