Skip to content

Commit

Permalink
Add a test case for non-normalised specifiers
Browse files Browse the repository at this point in the history
This validates that the specifier is parsed correctly.
  • Loading branch information
pradyunsg committed Dec 8, 2022
1 parent a571df8 commit c20074d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
(None, "({ws}==={ws}arbitrarystring{ws})"),
(None, "=={ws}1.0"),
(None, "({ws}=={ws}1.0{ws})"),
(None, "=={ws}1.0-alpha"),
(None, "<={ws}1!3.0.0.rc2"),
(None, ">{ws}2.2{ws},{ws}<{ws}3"),
(None, "(>{ws}2.2{ws},{ws}<{ws}3)"),
Expand Down

0 comments on commit c20074d

Please sign in to comment.