Skip to content

Commit

Permalink
Add init files for preview_dev and staging_prod projects
Browse files Browse the repository at this point in the history
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
idavidmcdonald committed Apr 20, 2020
1 parent 9a99478 commit 03c749c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Empty file.
Empty file.

0 comments on commit 03c749c

Please sign in to comment.