diff options
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index b755a52..10e3b6c 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,3 +1,7 @@ import pytest from pydanclick import core + + +def test_generate_cli_option_ok(): + assert True |