src/tests.py
. It should not be extra work, just copy the code you used to develop whatever you did there
TestTraining.Models
python src/main.py test
,
and if you deleted a test because it takes to much time, please add it afterwards againClone this project
Create a virtual environment and install requirements With Anaconda and Python3:
conda create --name irs
source activate irs
pip install -r requirements.txt
Start app python src/main.py <command>