- Add dev dependencies (pytest, ruff, mypy) to pyproject.toml - Configure pytest with test markers (unit, integration, slow) - Configure ruff linting rules - Configure mypy strict mode - Add tests directory with initial test structure - Add config_validation module for configuration validation - Add logging_config module for structured logging - Add types module with TypedDict definitions |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_full_workflow.py | ||