Hi
we have a session fixture that receives parameters.
when running 2 tests using this fixture, it is being activated also for the second test.
how can we make it to run 1 time only (despite the fact it has parameters)?
using pytest 5.4.2 (python 3.7.4)
Hi
we have a session fixture that receives parameters.
when running 2 tests using this fixture, it is being activated also for the second test.
how can we make it to run 1 time only (despite the fact it has parameters)?
using pytest 5.4.2 (python 3.7.4)