You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes user available as a fixture for me. However, it only works in tests in the same application, not project-wide (in different django application test directories).
Am I doing it wrong, then? I'm trying to narrow down if this is a mistake on my end, a bug, a potential feature, or expected behavior.
The text was updated successfully, but these errors were encountered:
pytest-dev/pytest-django#508
I'm using factory_boy with https://github.com/pytest-dev/pytest-django.
python: 3.6.2
django: 1.11.4
pytest-django: 3.1.2
factory-boy: 2.8.1 (downgraded due to #47 (comment))
pytest-factoryboy: 1.3.1
Here's my app1/conftest.py:
This makes
user
available as a fixture for me. However, it only works in tests in the same application, not project-wide (in different django application test directories).Am I doing it wrong, then? I'm trying to narrow down if this is a mistake on my end, a bug, a potential feature, or expected behavior.
The text was updated successfully, but these errors were encountered: