If you want to run the tests, install Python's 'Coverage' and 'pytest' libraries. The two are dependencies of 'pytest-cov' plugin which could be installed via pip package manager
Run the main Flask module by running python3 PizzaParlour.py
Run unit tests with coverage by running pytest --cov-report term --cov=. tests/unit_tests.py
***We have achived %100 test covrage
To run the command line interface run the 'PizzaParlour' app, then go to 'Interface' folder and run python3 cmd_interface.py
You can test if all API functions work when running command line interface