Closed chmp closed 2 years ago
At the moment every ipytest run generates a new random module name. This prevents the run caches of pytest to work correctly. Examples include running the failed tests first via --ff.
--ff
fixed on develop
At the moment every ipytest run generates a new random module name. This prevents the run caches of pytest to work correctly. Examples include running the failed tests first via
--ff
.