-
Notifications
You must be signed in to change notification settings - Fork 0
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
write tests #1
Comments
Hi,
Do you have a test procedure in mind like unit testing where each message type is tested as a unit test? |
Hey @dancesWithCycles 👋
I don't think having many per-message-type unit tests will be a good trade-off, given that
However, having ~1 integration test per service that also tests (at least in a shallow way) if the messages get parsed correctly sounds like a good trade-off to me.
These messages will help make However, just to make sure: You're talking about a VDV-453 v2.3.2b (although I've seen quite some confusion and handwaving about the versions) & VDV-454 v2.2.1 system? |
Currently, there is neither an integration test (testing against fixtures or a mock VDV system) nor an end-to-end test (testing against a real VDV system). Given that the VDV-453/-454 specs are quite complex, we should really have tests to prevent regressions!
The text was updated successfully, but these errors were encountered: