What can be done with fixtures. A lot of the test functions have duplicate code from when I split them up for specificity. Should the duplicate code be in fixtures? Should I just put them in normal functions? What can I use fixtures for?
pytest fixtures: explicit, modular, scalable
What can be done with fixtures. A lot of the test functions have duplicate code from when I split them up for specificity. Should the duplicate code be in fixtures? Should I just put them in normal functions? What can I use fixtures for? pytest fixtures: explicit, modular, scalable