Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add init files for preview_dev and staging_prod projects
This should hopefully fix pytest-dev/pytest#3151 as we have seen the following error on concourse: ``` import file mismatch: imported module 'test_notify_api_letter' has this __file__ attribute: /var/project/tests/functional/preview_and_dev/test_notify_api_letter.py which is not the same as the test file we want to collect: /var/project/tests/functional/staging_and_prod/notify_api/test_notify_api_letter.py HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules ```
- Loading branch information