- Goto the project directory and execute
conda env create -f environment.yml
cd tests
python3 *.py -v
- Last line must say 'Test passed' for every .py file
- Activate python environment before doing anything
- Ensure all tests pass before raising pushing your code to upstream repo
- Add necessary tests for every method/class you make
#WeCanMakeItHappen