Audit and remove TRREB-related tests #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Find and remove all test files and test cases that reference TRREB parsers, schemas, loaders, and models.
Branch:
feature/9-cleanupReference:
docs/changes/Change-Toronto-Analysis-Reviewed.md- Phase 1Scope
Search the
tests/directory for any tests that:trreb.pymodulesFactPurchasesorDimTRREBDistrictmodelsAcceptance Criteria
conftest.pyremovedmake testpasses with no import errorspytest --collect-onlyshows no TRREB-related test namesInvestigation Steps
grep -r "trreb" tests/to find all referencesgrep -r "FactPurchases\|DimTRREBDistrict" tests/for model teststests/conftest.pyfor TRREB fixturestests/fixtures/ortests/data/Technical Notes
Sprint
Sprint 9 - Phase 1 (Cleanup)
Labels: Type/Test, Priority/Medium, Efforts/S, Component/Testing, Tech/Python