-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add router tests #55
Comments
For that exact reason, I would not bother to test frequently. I mean if we only run tests on release PR, we'd still catch any problem before releasing. |
this would just test integration with the current versions of routers, not any code of this repo or vroom. we offer a docker-compose here which I kind of take responsibility for, since it's inside the repo. any of the routers could change their
option 1 sounds tempting to me personally though :) what's your thoughts @jcoupey ? |
I agree we should go for option 1 here since:
Taking responsibility for maintaining working integration for all routers is just asking for trouble for a small benefit, especially if docker-composing is straightforward as you point out. And it's always possible to deal with the occasional questions in the issues. We should probably adjust the current readme if removing |
yeah, it's a thin line for these kind of wrapper projects..
jep, I'll draft smth soon. |
We’re resting already, which is great. But we only test the self contained example instances. It’d be worthwhile to test the integration with all routers with Andorra or so, so we get notified ahead of time when smth breaks. Best in a scheduled GitHub Action, e.g. every 2 weeks as there’s hardly any activity here unless we’re releasing.
The text was updated successfully, but these errors were encountered: