Skip to content

Commit

Permalink
rel : minor edit in functions_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Sep 14, 2024
1 parent f4248c3 commit 0f880c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
>>> _ = parser.add_argument('--version', help='version', nargs="?", const=1)
>>> args = parser.parse_args({"--version":True})
>>> run(args)
0.1
0.2
>>>
>>> args = parser.parse_args(["--method", 'v60'])
>>> run(args)
Expand Down

0 comments on commit 0f880c1

Please sign in to comment.