Where there’s tea there’s hope. - Arthur Wing Pinero
cd into the project root directory
Run source/cursedIbreW.py
using python
or python3
(depending on your python setup, but make sure you are using version >3.0)
People data is stored in /dbs/people.db
Drinks data is stored in /dbs/drinks/db
The project currently has poor code coverage. make sure to run the few tests that are available. I would suggest just running the application and testing your implemented feature from the UI
to run the tests, from the project root directory run source/test_units.py
using python
or python3
(depending on your python setup, but make sure you are using version ≥ 3.0)
Make sure to have reasonable commit messages and comment any complex pieces of code