diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-12 21:15:26 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-12 21:15:26 +0200 |
commit | 53a0282cb561e55e918bf98936af66baef019783 (patch) | |
tree | e07c16a4ce788a9c2eaf9b7ff34924421a8fc0a1 /tests | |
parent | 3f9b90c20b42525ca95a730b68307064e742f271 (diff) | |
download | pydanclick-53a0282cb561e55e918bf98936af66baef019783.tar.gz |
wip: latest update from last yeardevel/0.1.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index b209628..ddad4dd 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -7,7 +7,7 @@ from tests import conftest def test_get_option_arguments_ok(valid_arguments): - # core.get_option_arguments(schema, parameter, "mega-option") + core.get_option_arguments(schema, parameter, "mega-option") pass |