Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.42 KB

README.md

File metadata and controls

34 lines (28 loc) · 2.42 KB

volkswagen status Bash Shell Open Source Love svg1 forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge

IbreW - Digitize your brew rounds

Where there’s tea there’s hope. - Arthur Wing Pinero

How to use

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

How to contribute

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