We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b05c30 commit 702373dCopy full SHA for 702373d
1 file changed
Makefile
@@ -98,5 +98,8 @@ endif
98
run-vita-preprod-tests:
99
poetry run pytest --env=preprod --log-cli-level=info tests/test_vita_integration_tests.py tests/test_upload_consumer_configs.py
100
101
+run-nbs-preprod-tests:
102
+ poetry run pytest --env=preprod --log-cli-level=info tests/test_nbs_integration_tests.py tests/test_upload_consumer_configs.py
103
+
104
run-unit-tests: guard-env guard-log_level
105
poetry run pytest --env=${env} --log-cli-level=${log_level} tests/test_error_handling_utils.py -v
0 commit comments