Skip to content

Commit 7a6a66d

Browse files
committed
fixing tests
Signed-off-by: Devansh Agarwal <devansh.kv@gmail.com>
1 parent 953e539 commit 7a6a66d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/answer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ usage: sample_argparse.py [-h] -f FILES [FILES ...] [-b BAR]
1919
| :--- | :--- | :--- | :--- |
2020
|`-h`|`--help`||show this help message and exit|
2121
|`-f`|`--files`|`None`|Files to read.|
22-
|`-b`|`--bar`|`None`|`None`|
22+
|`-b`|`--bar`|`None`|`None`|

tests/sample_argparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
)
1515
parser.add_argument("-b", "--bar", required=False)
1616
values = parser.parse_args()
17+

0 commit comments

Comments
 (0)