Cleanup some tests
This commit is contained in:
parent
61051d5711
commit
f50014b1b4
@ -27,10 +27,3 @@ done
|
||||
echo "ran $ran integration tests."
|
||||
echo "total test time $SECONDS"
|
||||
ran=0;
|
||||
|
||||
#for f in tests/browser-tests/*.py; do
|
||||
# python3 "$f" || close # if needed
|
||||
# let "ran++"
|
||||
#done
|
||||
#echo "ran $ran browser tests."
|
||||
#echo "total test time $SECONDS"
|
||||
|
@ -11,9 +11,10 @@ os.environ["ONIONR_HOME"] = TEST_DIR
|
||||
import unittest
|
||||
import sys
|
||||
sys.path.append(".")
|
||||
sys.path.append('static-data/official-plugins/wot/wot/')
|
||||
sys.path.append('static-data/official-plugins/wot/')
|
||||
sys.path.append("src/")
|
||||
from identity import Identity
|
||||
import wot
|
||||
from wot.identity import Identity
|
||||
|
||||
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
1611429331
|
Loading…
Reference in New Issue
Block a user