Skip to content

Commit

Permalink
adapt to Python 3.10 argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
MeggyCal authored and markokr committed Aug 5, 2022
1 parent 55fe778 commit 1d04548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ def test_cli_extract(capsys, tmp_path):
def test_cli_help(capsys):
assert cli("--help") == 0
res = capsys.readouterr()
assert "optional" in res.out
assert "option" in res.out

0 comments on commit 1d04548

Please sign in to comment.