Solution to String Calculator Kata: http://www.solveet.com/exercises/Kata-String-Calculator/8
Create a virtualenv and activate it:
python3.7 -m venv venv
source venv/bin/activate
Install pytest
pip install pytest
Run the tests...
pytest
Solution for String Calculator Kata: http://www.solveet.com/exercises/Kata-String-Calculator/8
Python
Solution to String Calculator Kata: http://www.solveet.com/exercises/Kata-String-Calculator/8
Create a virtualenv and activate it:
python3.7 -m venv venv
source venv/bin/activate
Install pytest
pip install pytest
Run the tests...
pytest