chore: remove deleted masoniteorm.backup files - #156
Conversation
Remove five stale files under masoniteorm.backup/ that were deleted from the working tree: config.py, config/database.py, factories/Factory.py, factories/__init__.py, and schema/Schema.py.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
✅ Code Review: APPROVE (posted as comment — GitHub blocks self-approval; not merging, per standing order) Scope — single commit Dangling references — grep of Safety — Tests — LGTM — safe to merge at maintainer's discretion. |
Summary
The maintainer manually deleted several stale files under
masoniteorm.backup/in the working tree. This PR commits those deletions.Removed files:
fastapi_startkit/src/fastapi_startkit/masoniteorm.backup/config.pyfastapi_startkit/src/fastapi_startkit/masoniteorm.backup/config/database.pyfastapi_startkit/src/fastapi_startkit/masoniteorm.backup/factories/Factory.pyfastapi_startkit/src/fastapi_startkit/masoniteorm.backup/factories/__init__.pyfastapi_startkit/src/fastapi_startkit/masoniteorm.backup/schema/Schema.pyScope
Only these 5 deletions under
masoniteorm.backup/are included — no unrelated changes were swept in. The rest of themasoniteorm.backup/directory is untouched.Testing
uv run pytest --ignore=tests/masoniteorm/postgres→ 1650 passed, 7 skipped. The only failures in a full run are the live-Postgres tests that require a running database (unrelated to this change).