Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tests independent of live database #77

Open
pverscha opened this issue Feb 12, 2020 · 0 comments
Open

Make tests independent of live database #77

pverscha opened this issue Feb 12, 2020 · 0 comments
Assignees

Comments

@pverscha
Copy link
Member

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.

@pverscha pverscha self-assigned this Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant