Testing in Python: Pytest fixtures scope
I was recently working on a Django project. We decided to use pytest to write the tests because we planned to have a lot of unit tests, and pytest is very and ridiculously fast.
The project uses a lot of fixtures, and we quickly ran into a problem: ...
koladev.hashnode.dev1 min read