Open bveber opened 1 year ago
Move the data loading elements out of setup_method. It only needs to be loaded once and can be shared across many tests. Look into pytest fixtures, pytest-datadir and pytest-datafiles
Fixtures are implemented in ncaaf and ncaab and they improved runtime considerably. Use those examples as a template for other slow tests.
Move the data loading elements out of setup_method. It only needs to be loaded once and can be shared across many tests. Look into pytest fixtures, pytest-datadir and pytest-datafiles