openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

distinguish integration and unit tests?

Open amueller opened this issue 9 years ago • 2 comments
trafficstars

Currently a lot of the tests are integration tests with the test server, which makes them rely on internet and run veeeery slowly. Maybe we should add more mocking to allow for local tests and run the integration tests only sometimes / on the CI?

amueller avatar Oct 20 '16 19:10 amueller

Related to #392 (as the thread starts talking about the use of mocking). PR #430 uses mocking for (some) unit tests.

PGijsbers avatar Apr 04 '18 14:04 PGijsbers

@rquintino did some work on having a local installation of OpenML via Docker, more information is in the SLACK channel and this PDF, maybe that's also a solution.

mfeurer avatar Apr 06 '18 09:04 mfeurer