Establish automated test foundation

This commit is contained in:
Philip Guzman
2026-06-30 10:31:34 -07:00
parent 09167e44c7
commit 71fa64a960
9 changed files with 182 additions and 1 deletions
+6
View File
@@ -11,3 +11,9 @@
Never commit personal music library files, Serato databases, or crates.
Never write repair code without dry-run mode, backup plan, and rollback log.
## Testing
Install development dependencies with `python3 -m pip install -e '.[dev]'`.
Run `pytest` before committing. Tests and fixtures must use synthetic library data.