Skip to content

Test should run in a standalone database, not the default database. #54

@gregcorbett

Description

@gregcorbett

The tests that make GET requests to the Django server currently run in the default database (which is specified here).

This is bad for development, as the tests may fail if data is present and then erase some but not all of the data.

It's also a risk for those deploying the container, as the tests are part of the container.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions