An example of how to implement test driven development with data science.
Nowadays, data science projects have been increasing due to the demand in the commerce.
This project contains a setup for a virtual environment. To create and install libraries required on the virtual environment run:
make setup
Configure pythonpath
when running tests in Makefile
with the path where tests are located.
All tests should be under folder test
For running tests:
make test
pytest: ModuleNotFoundError: No module named solution