vincentarelbundock/pymarginaleffects

CSV files for local tests

Closed this issue · 3 comments

It would be nice to save a few CSV files locally so we can run the tests directly on them without having to be connected to the internet.

@artiom-matvei Do you think you could move the test infrastructure to use local files. Mostly, I think we'll need mtcars, penguins, titanic, and maybe a couple others should be enough.

Definitely yes, I already started doing something related by moving reusable models and dataframes to conftest.py. I'll add the csv files as the next step.

Thanks!