E2E refactor: Clone tests all_should_pass
and all_should_fail
, plus workbooks
#2727
Labels
all_should_pass
and all_should_fail
, plus workbooks
#2727
This ticket is to replicate specific tests and their associated workbooks from the
audit
module to thecensus_historic_migration
module, ensuring they function correctly in the new module.Tasks to be completed:
Clone the following test files from the
audit
module:test_workbooks_should_pass.py
test_workbooks_should_fail.py
Relocate the workbooks located in the
audit
module from:audit/fixtures/workbooks/should_fail
audit/fixtures/workbooks/should_pass
to a more centralized location that other modules can access. The chosen destination directories are:
data_fixtures/audit/workbooks/should_fail
data_fixtures/audit/workbooks/should_pass
Modify the existing code within the
audit
module to ensure it references the workbooks in their new locations and continues to function properly.Adjust the newly cloned tests in the
census_historic_migration
module to correctly interact with the workbooks in their updated file paths.The text was updated successfully, but these errors were encountered: