You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good if we can offer an easy way for people to integration test that their implementations are working correctly.
I'd propose to add a test suite and a GitHub action to this repository that allows implementations to easily verify whether they are compliant.
Concretely, I am thinking of specifying a simple stdin/stdout protocol where the implementations need to provide an application that reads from stdin (each line representing a test case), exiting with an appropriate exit code.
By providing a GitHub action, we can make sure that changes to the table (as long as accompanied with a test) are run against new implementations (assuming they run their CI regularly).
Thoughts?
The text was updated successfully, but these errors were encountered:
It would be good if we can offer an easy way for people to integration test that their implementations are working correctly.
I'd propose to add a test suite and a GitHub action to this repository that allows implementations to easily verify whether they are compliant.
Concretely, I am thinking of specifying a simple stdin/stdout protocol where the implementations need to provide an application that reads from stdin (each line representing a test case), exiting with an appropriate exit code.
For example:
By providing a GitHub action, we can make sure that changes to the table (as long as accompanied with a test) are run against new implementations (assuming they run their CI regularly).
Thoughts?
The text was updated successfully, but these errors were encountered: