joeyespo / pytest-watch

Local continuous test runner with pytest and watchdog.
MIT License
727 stars 52 forks source link

Cross run fixtures #109

Open dustinfarris opened 4 years ago

dustinfarris commented 4 years ago

Is it possible to have a fixture persist between runs? e.g. I want to initialize a Spark context which takes a while. Would like to have it available to my tests across runs so it does not have to re-initialize every time.