work on tests and various fixes
parent
3357f93fc1
commit
398d8da347
|
@ -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