File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33# It starts the protoconf agent, which is responsible for managing the configuration.
44# Then it starts the demo application, which uses the protoconf agent to dynamically update its configuration.
55# Finally, it stops the protoconf agent after the demo application has finished running.
6-
6+ export PYTHONPATH= $PYTHONPATH : $( pwd ) /tests
77pkill -9 protoconf > /dev/null 2>&1
88protoconf agent -dev tests/test_data/. &
99python demo_app/demo_app.py
Original file line number Diff line number Diff line change 22# This script is designed to run tests for the protoconfloader project.
33# It starts the protoconf agent in development mode, runs pytest with coverage,
44# and then stops the protoconf agent.
5-
5+ export PYTHONPATH= $PYTHONPATH : $( pwd )
66pkill -9 protoconf > /dev/null 2>&1
77protoconf agent -dev tests/test_data/. &
8- pytest --cov=protoconfloader tests/
8+ # pytest --cov=protoconfloader tests/
9+ python -m pytest -s
910pkill -9 protoconf > /dev/null 2>&1
1011
You can’t perform that action at this time.
0 commit comments