We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d291f05 commit 5584ceaCopy full SHA for 5584cea
run_tests.sh
@@ -5,7 +5,6 @@
5
export PYTHONPATH=$PYTHONPATH:$(pwd)
6
pkill -9 protoconf >/dev/null 2>&1
7
protoconf agent -dev tests/test_data/. &
8
-#pytest --cov=protoconfloader tests/
9
-python -m pytest -s
+pytest --cov=protoconfloader tests/
10
11
0 commit comments