chore: migrate to uv

This commit is contained in:
aserper
2025-12-14 00:08:10 -05:00
parent 821539e378
commit e9708ed055
10 changed files with 754 additions and 83 deletions

View File

@@ -59,8 +59,8 @@ Contains **10+ integration tests** covering:
- Test markers (unit, integration, slow)
- Coverage exclusions
#### [requirements-test.txt](requirements-test.txt)
Test dependencies:
#### [pyproject.toml](pyproject.toml)
Test dependencies (managed by `uv`):
- `pytest` - Testing framework
- `pytest-cov` - Coverage plugin
- `pytest-mock` - Mocking utilities