You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise pytest thinks we are asking for a test with a space in it.
ERROR: file or directory not found:
integration_tests/performance/test_memory_overhead.py
integration_tests/performance/test_boottime.py::test_boottime
Signed-off-by: Pablo Barbáchano <[email protected]>
pytest_opts=f" {ab_opts} run {REVISION_A}{REVISION_B} --test {test_path}"
74
+
pytest_opts=f" {ab_opts} run {REVISION_A}{REVISION_B} --test '{test_path}'"
75
75
else:
76
76
# Passing `-m ''` below instructs pytest to collect tests regardless of their markers (e.g. it will collect both tests marked as nonci, and tests without any markers).
0 commit comments