HDI-Project / ATM

Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).
https://hdi-project.github.io/ATM/
MIT License
527 stars 141 forks source link

Isolate unit tests from the outside #103

Open csala opened 6 years ago

csala commented 6 years ago

Current unit tests create a lot of tests elements both in the current working directory and in /tmp/, and rely on them for the testing.

This should be changed, and mocks should be used to prevent the unit tests from really accessing and using any element from outside the test itself.