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 9e1daa8 commit 5bce5e2Copy full SHA for 5bce5e2
tests/test_utils.py
@@ -1,6 +1,7 @@
1
-from stackprinter.utils import match
2
import re
3
+from stackprinter.utils import match
4
+
5
6
def test_match():
7
assert match('my/ignored/path', None) is False
0 commit comments