Skip to content

Make tests independent of live database #77

@pverscha

Description

@pverscha

Right now, the tests are using the database that's live on the server, which means that the results produced by the CLI are dependent on the data in this database. Updating the database, means that the tests will fail.

By filling a test database with dummy data during the tests (and running the tests on this database), we can alleviate this problem.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions