codeforamerica / pdfhook

A Python web application for converting PDF forms into PDF-filling APIs
https://pdfhook.herokuapp.com
MIT License
46 stars 24 forks source link

Don't make tables if not in demo mode. #40

Closed bengolder closed 8 years ago

bengolder commented 8 years ago

Currently every test results in this message

WARNING database tables ['pdfform'] not found. Creating tables

But it really shouldn't be making these tables for tests. The tests themselves should handle database setup and teardown.