We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5959f1b commit 733f566Copy full SHA for 733f566
tests/test_runq.py
@@ -9,3 +9,9 @@ def test_run_queue(prog):
9
if ProgramFlags.IS_LIVE & prog.flags:
10
return
11
runq.run_queue(prog)
12
+
13
14
+def test_run_queue_check(prog):
15
+ if ProgramFlags.IS_LIVE & prog.flags:
16
+ return
17
+ runq.run_queue_check(prog)
0 commit comments