Skip to content

Commit

Permalink
run each test file independently
Browse files Browse the repository at this point in the history
  • Loading branch information
shiransh committed Jul 30, 2023
1 parent c9b7348 commit d856520
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile_qrmserver
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ flake8_check:

tests:
@echo "Run tests with pytest"
python3 -m pytest -s --reruns 3 tests/
python3 -m pytest -s --reruns 3 tests/test_q_manager.py
python3 -m pytest -s --reruns 3 tests/test_management_server.py
python3 -m pytest -s --reruns 3 tests/test_qrm_http_client.py
python3 -m pytest -s --reruns 3 tests/test_qrm_http_server.py
python3 -m pytest -s --reruns 3 tests/test_redis_adapter.py
python3 -m pytest -s --reruns 3 tests/test_resource_definition.py
python3 -m pytest -s --reruns 3 tests/test_system.py

_major:
@echo "Major Release"
Expand Down

0 comments on commit d856520

Please sign in to comment.