probcomp / bdbcontrib

BayesDB contributions, including plotting, helper methods, and examples
http://probcomp.csail.mit.edu/bayesdb
Apache License 2.0
9 stars 6 forks source link

Use pytest module-scoped fixtures to avoid littering in /tmp. #119

Closed riastradh-probcomp closed 8 years ago

riastradh-probcomp commented 8 years ago

We still compute the analysis only once and reuse it from test to test, unlike a naive context manager which would recompute the analysis each time.