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
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Run unit tests. All tests are disabled by default; manually select which test to run.
183
189
184
190
PASSTHROUGH: These arguments are passed directly to the underlying "pytest" command. To pass options to this command, prefix this argument with "--". For example, use "docker_tools.py test -- -k test_just_this" instead of "docker_tools.py test -k test_just_this" (which produces an error).
185
191
186
192
"""
187
193
ensure_in_docker()
194
+
ifnotbksandnotrcandnotrs:
195
+
sys.exit(
196
+
"ERROR: No tests selected to run. Pass any combination of --rs, --rs,\n"
0 commit comments