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 issue will track the work of migrating test objects from interdependent pytest fixtures and static data to factory generated fixtures.
Acceptance criteria:
Most test data should be generated by a factory
In tests that simply on the default invocation of a factory, a named instance of a factory can be used. It should preferably be defined at the module or some_package.conftest level, but if needed, the top-level conftest.py
The text was updated successfully, but these errors were encountered:
This issue will track the work of migrating test objects from interdependent pytest fixtures and static data to factory generated fixtures.
Acceptance criteria:
some_package.conftest
level, but if needed, the top-level conftest.pyThe text was updated successfully, but these errors were encountered: