Cleanup some tests

This commit is contained in:
Kevin F 2023-01-17 17:53:51 -06:00
parent 61051d5711
commit f50014b1b4
3 changed files with 3 additions and 10 deletions

View File

@ -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"

View File

@ -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

View File

@ -1 +0,0 @@
1611429331