Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.34 KB

booking-example

A restaurant table booking example in Python/Django

Running Tests

cd booking-example/booking/
./manage.py test

Features implemented

Bonus features

  • user can book a table for a defined length of time
  • Continuous Integration with TravisCI and Coveralls.io for code testing coverage

Continuous integration status

Travis-CI Status

Coverage Status