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 009e44e commit 252102dCopy full SHA for 252102d
tests/fdrTest.py
@@ -14,6 +14,7 @@ def has_functions():
14
assert not_in_code(ast.If)
15
assert not_in_code(ast.While)
16
assert not_in_code(ast.For)
17
+ assert not_in_code(ast.List)
18
19
@t.passed(has_functions)
20
def test_pie_percent(test):
0 commit comments