This project is the python equivalent of Appendix B: Initial Exercise from Sandi Metz's awesome book 99 Bottles of OOP
All credit goes to Sandi Metz
git clone https://github.com/curtisgr/99bottles-python
cd 99bottles-python
python tests.py
- The unsolved exercise is master.
- There is one failing test and 7 other tests.
- The goal is to make all the tests pass.
- Check out Appendix B of Sandi's book for explanation of what to do in detail.