Address code review feedback on Hypothesis and classic_theme changes

- Update hypothesis to latest version (>=6.151.9)
- Remove pythonpath pytest config (was only needed for tests.strategies)
- Consolidate classic_theme.py into single file with all design models
- Move Hypothesis strategies from strategies.py into their test files
- Add noqa: ARG001 to unused yaml_field_override CLI parameter
- Fix lint and type errors across the codebase
This commit is contained in:
Sina Atalay
2026-03-25 16:26:10 +03:00
parent 2df9d2262b
commit 6956f39835
25 changed files with 3010 additions and 3010 deletions

View File

@@ -28,7 +28,7 @@ class TestCliCommandRender:
"dont_generate_png": False,
"watch": False,
"quiet": False,
"_": None,
"yaml_field_override": None,
"extra_data_model_override_arguments": context,
}