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
"no_extras: tests that do require no extras installed",
259
-
"scheduled: tests to run on a schedule",
260
-
"sequential: exclude from parallel test execution",
261
-
"skip_with_act: don't run with act",
258
+
"no_extras: Tests that do require no extras installed.",
259
+
"scheduled: Tests to run on a schedule. They will still be part on non-scheduled test executions.",
260
+
"sequential: Exclude from parallel test execution.",
261
+
"skip_with_act: Don't run with act.",
262
+
"docker: tests That require Docker.",
263
+
"long_running: Tests that take a long time to run. Tests marked as long runing excluded from execution by default. Enable by passing any -m your_marker that matches a marker of the test.",
0 commit comments