Skip to content

Set up doctests #1415

@josenavas

Description

@josenavas

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions