Skip to content

Commit cda77ed

Browse files
kurtmckeemichaelmior
authored andcommitted
Remove a test that merely checks exception inheritance
1 parent 8a9e41d commit cda77ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_exceptions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
from jsonpath_ng.ext import parse as ext_parse
66

77

8-
def test_rw_exception_class():
9-
with pytest.raises(JSONPathError):
10-
rw_parse('foo.bar.`grandparent`.baz')
11-
12-
138
@pytest.mark.parametrize(
149
"path",
1510
(

0 commit comments

Comments
 (0)