-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Milestone
Description
In order to set up the doctests, we just need to first check if the database is a test database and then drop and rebuild the test database.
However, if the first check fails, we should stop the execution of the doctest. This can be accomplished with the FAIL_FAST flag. The main problem is that this flag is not available until python 3.4, so until our code is python 3.4 compatible we can't execute doctests that modify the database.