Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace static fixtures with factory-generated fixtures #633

Open
grahamalama opened this issue Apr 14, 2023 · 0 comments · Fixed by #628, #554, #629 or #632
Open

Replace static fixtures with factory-generated fixtures #633

grahamalama opened this issue Apr 14, 2023 · 0 comments · Fixed by #628, #554, #629 or #632

Comments

@grahamalama
Copy link
Contributor

grahamalama commented Apr 14, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment