Skip to content

Commit 5584cea

Browse files
author
Aviv Laufer
committed
Update PYTHONPATH
1 parent d291f05 commit 5584cea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
export PYTHONPATH=$PYTHONPATH:$(pwd)
66
pkill -9 protoconf >/dev/null 2>&1
77
protoconf agent -dev tests/test_data/. &
8-
#pytest --cov=protoconfloader tests/
9-
python -m pytest -s
8+
pytest --cov=protoconfloader tests/
109
pkill -9 protoconf >/dev/null 2>&1
1110

0 commit comments

Comments
 (0)