Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Oct 18, 2022
1 parent b0ba722 commit b67ca4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_black.py
Expand Up @@ -1409,6 +1409,7 @@ def test_infer_target_version(self) -> None:
(">=3.8.6", TargetVersion.PY38),
("> 3.7.4, != 3.8.8", TargetVersion.PY37),
(">3.7,!=3.8", TargetVersion.PY39),
("!=3.3,!=3.4", TargetVersion.PY35),
(None, None),
("", None),
("invalid", None),
Expand Down

0 comments on commit b67ca4a

Please sign in to comment.