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

Tests need to be faster #128

Open
JasperHorn opened this issue Feb 11, 2020 · 0 comments
Open

Tests need to be faster #128

JasperHorn opened this issue Feb 11, 2020 · 0 comments
Milestone

Comments

@JasperHorn
Copy link
Collaborator

Running the test suite takes up about five minutes, which is way too long.

Part of that is down to the choice to write full integration tests instead of unit tests (and thus hitting both an actual SQLite database and an actual MySQL database in the tests) but I also think that there is a lot to be gained by optimizing.

For example, I'm running the tests in separate processes. I don't think this is entirely necessary, even if it might require some changes to be able to run them all in the same process.

@JasperHorn JasperHorn added this to the v0.5 milestone Dec 1, 2021
@JasperHorn JasperHorn modified the milestones: v0.5, v0.6 Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant