chmp / ipytest

Pytest in IPython notebooks.
MIT License
314 stars 17 forks source link

Use fixed random file to allow use of caches with `--ff` and `--lf` #81

Closed chmp closed 2 years ago

chmp commented 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.

chmp commented 2 years ago

fixed on develop