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
It is off course possible to add these options to `pytest.ini` or `pyproject.toml`.
149
+
It is of course possible to add these options to `pytest.ini` or `pyproject.toml`.
150
150
151
151
Notice that for this mode the scoping of the fixtures becomes less important since the containers are fully persistent throughout all tests. I only recommend using this if your network takes excessively long to spin up/tear down. It should really be a last resort and you should probably look into speeding up your network instead of using this.
0 commit comments