Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Devansh Agarwal <[email protected]>
  • Loading branch information
devanshkv committed Feb 1, 2021
1 parent 953e539 commit 7a6a66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/answer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ usage: sample_argparse.py [-h] -f FILES [FILES ...] [-b BAR]
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
|`-f`|`--files`|`None`|Files to read.|
|`-b`|`--bar`|`None`|`None`|
|`-b`|`--bar`|`None`|`None`|
1 change: 1 addition & 0 deletions tests/sample_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
)
parser.add_argument("-b", "--bar", required=False)
values = parser.parse_args()

0 comments on commit 7a6a66d

Please sign in to comment.