Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Nov 19, 2021
1 parent be07463 commit f8ae972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def hello_full():
| Name | Type | Description | Default |
| ---- | ---- | ----------- | ------- |
| `-d`, `--debug` | text | Include debug output | _required_ |
| `-d`, `--debug` | text | Include debug output | None |
| `--choice` | choice (`foo` | `bar`) | N/A | `foo` |
| `--date` | datetime (`%Y-%m-%d`) | N/A | _required_ |
| `--date` | datetime (`%Y-%m-%d`) | N/A | None |
| `--range-a` | float range (between `0` and `1`) | N/A | `0` |
| `--range-b` | float range (`0` and above) | N/A | _required_ |
| `--range-b` | float range (`0` and above) | N/A | None |
| `--range-c` | float range (`1` and below) | N/A | `0` |
| `--flag` / `--no-flag` | boolean | N/A | `False` |
| `--help` | boolean | Show this message and exit. | `False` |
Expand Down

0 comments on commit f8ae972

Please sign in to comment.