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 3e7f4b9 commit 30a716fCopy full SHA for 30a716f
notebook/tests/test_paths.py
@@ -15,8 +15,6 @@ def test_path_regex():
15
'/x/foo/bar',
16
'/x/foo/bar.txt',
17
):
18
- print(type(path))
19
- print(type(path_pat))
20
assert re.match(path_pat, path)
21
22
def test_path_regex_bad():
0 commit comments