Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Apr 2, 2024
1 parent 2253ac4 commit e31c3d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tests/test_chtor.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
None,
),
(["-s", "info.files=+1", "-V"], ["info", "files"], 1),
(["--regex", "announce#example.com.*#example.net/hi#"], ["announce"], "http://example.net/hi")
(
["--regex", "announce#example.com.*#example.net/hi#"],
["announce"],
"http://example.net/hi",
),
],
)
def test_chtor(tmp_path_factory, args, field, expected):
Expand Down

0 comments on commit e31c3d9

Please sign in to comment.