Problem
No contributor guides for testing or local development setup. New developers don't know how to write tests or get started.
Proposed Solution
TESTING.md
- How to run tests (
uv run pytest)
- Test structure and conventions
- How to write new tests (patterns, fixtures, mocking Snowflake)
- Integration vs unit test guidelines
- Coverage reporting
DEVELOPMENT_SETUP.md
- Prerequisites (Python, UV, openssl)
- Clone and install steps
- Environment configuration (.env setup)
- IDE configuration (VS Code recommended settings)
- Pre-commit hook setup
- Common development workflows
Acceptance Criteria
Problem
No contributor guides for testing or local development setup. New developers don't know how to write tests or get started.
Proposed Solution
TESTING.md
uv run pytest)DEVELOPMENT_SETUP.md
Acceptance Criteria