ewokscore.tests.test\_task\_input\_model ======================================== .. automodule:: ewokscore.tests.test_task_input_model .. rubric:: Functions .. autosummary:: :toctree: test_dataclass_field_stays_dataclass test_default_value test_deprecation_warning_when_deprecated_field_is_used_in_task test_error_if_input_model_does_not_derive_from_base_model test_error_if_input_model_used_with_input_names test_error_on_subclass_with_input_model_if_input_names test_error_on_subclass_with_input_names test_error_on_subclass_with_wrong_submodel test_input_type_coercion test_missing_data test_no_deprecation_warning_when_deprecated_field_not_provided test_run test_subclass test_subclass_validation test_subclass_with_no_change test_validation test_wrapped_type_coercion test_wrapped_value test_wrapped_wrong_value .. rubric:: Classes .. autosummary:: :toctree: DeprecatedInput MyTaskWithDeprecatedInput PassThroughSubTask PassThroughTask SuperUser TaskWithTypeCoercion User UserWithTypeCoercion