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

Run all formatter tests periodically #320

Open
raxod502 opened this issue Sep 22, 2024 · 0 comments
Open

Run all formatter tests periodically #320

raxod502 opened this issue Sep 22, 2024 · 0 comments

Comments

@raxod502
Copy link
Member

Sometimes e.g. #312 there will be upstream changes that break a formatter test, and we only find out the next time somebody touches it. A nice way to get ahead of these things without hurting development velocity too much would be to make a simple status dashboard which could be populated with the output of running the full test suite of all formatters, and seeing which ones worked. Such a test could be run monthly on Github Actions, or similar.

We'd need a bit of refactoring to make it possible to run the test suite and get structured results back even if some tests failed, and even if some formatter installations failed during the Docker build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant