Skip to content

Commit 6d6c2e9

Browse files
committed
Add another type of bad magic to test
1 parent ab7f9e8 commit 6d6c2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_magics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
@pytest.mark.parametrize("magic, expected_passes", [
1313
(r"%dirs", [True]),
14+
(r"%precision bad", [False]),
1415
(r"%this_magic_does_not_exist", [False])
1516
])
1617
def test_magics(testdir, magic, expected_passes):

0 commit comments

Comments
 (0)