Skip to content

Commit

Permalink
🔖 version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 21, 2024
1 parent e6f25e9 commit ca035d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ def test_patterns():
with pytest.raises(ValueError):
switch_local_patterns("$temp")

with pytest.raises(KeyError):
switch_local_patterns("temp2")


def test_rawstr():
assert parser("url") == URL
Expand Down

0 comments on commit ca035d1

Please sign in to comment.