Made for EverQuote Lunch-N-Learn on 2016-06-30
pip install pytest mock vcrpy pytest-cov
Run the server:
python -m server.main
Access at http://localhost:5000/
Run the client program (in another terminal):
python -m favorite_printer.main
Run the tests:
py.test