Description:
The GitHub Actions test job is failing with this error:
ImportError: 'tests' module incorrectly imported from '/home/runner/work/BLT/BLT/website/tests'. Expected '/home/runner/work/BLT/BLT/website'.
This happens because the test files are not in the correct location.
They need to be moved or properly structured so Django can detect them.
