We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266f7f2 commit bbcbe35Copy full SHA for bbcbe35
test/test_cli/test_script.py
@@ -228,6 +228,10 @@ def trim_header(line_string):
228
id="custom_model_generator_without_class_link"),
229
pytest.param(f"""{executable} -m Model items "{test_data_path / 'photos.json'}" --code-generator test""",
230
id="class_link_without_custom_model_generator_enabled"),
231
+ pytest.param(f"""{executable} -m Model items "{test_data_path / 'photos.json'}" another_arg --code-generator test""",
232
+ id="4_args_model"),
233
+ pytest.param(f"""{executable} -m Model total "{test_data_path / 'photos.json'}" --code-generator test""",
234
+ id="non_dict_or_list_data"),
235
]
236
237
0 commit comments