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

Improve test coverage on key API routes #593

Open
leftieFriele opened this issue Aug 22, 2024 · 0 comments
Open

Improve test coverage on key API routes #593

leftieFriele opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@leftieFriele
Copy link
Contributor

In the service, there are hardly any tests ensuring the behaviour don't change when we perform major upgrades to dependencies. This was exemplified in #592 where a major update in one plugin caused compression to stop working.
The change in the plugin didn't cause errors or anything, it just wasn't registered like it was before.

If there'd been some tests on a core features such as "getting compressed assets", this would've been avoided. We should add tests for similar critical API endpoints in the service to ensure similar mishaps happen later.

@leftieFriele leftieFriele added the enhancement New feature or request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant