From aa1fa5271fa53971587fafe270ac225dc0e79334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 4 Oct 2022 23:34:57 +0200 Subject: fixup! wip: externalize generation of option arguments --- tests/test_core.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/test_core.py') diff --git a/tests/test_core.py b/tests/test_core.py index 10e3b6c..5993abc 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,7 +1,8 @@ import pytest -from pydanclick import core +from pydanclick import core, schemas +from tests.conftest import GenericArguments -def test_generate_cli_option_ok(): - assert True +def test_get_option_arguments_ok(): + core.get_option_arguments() -- cgit v1.2.3