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 ab7f9e8 commit 6d6c2e9Copy full SHA for 6d6c2e9
tests/test_magics.py
@@ -11,6 +11,7 @@
11
12
@pytest.mark.parametrize("magic, expected_passes", [
13
(r"%dirs", [True]),
14
+ (r"%precision bad", [False]),
15
(r"%this_magic_does_not_exist", [False])
16
])
17
def test_magics(testdir, magic, expected_passes):
0 commit comments