Closed stuartleeks closed 2 months ago
Change test_blah.py for load test files to loadtest_blah.py to avoid discovery by pytest (if run separately from the Makefile). A side benefit is that the loadtest_blah.py files now come before the post_steps_blah.py files in the folder listing!
test_blah.py
loadtest_blah.py
post_steps_blah.py
Change
test_blah.py
for load test files toloadtest_blah.py
to avoid discovery by pytest (if run separately from the Makefile). A side benefit is that theloadtest_blah.py
files now come before thepost_steps_blah.py
files in the folder listing!