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

Open-source the test suite #4

Open
tailhook opened this issue Oct 6, 2017 · 2 comments
Open

Open-source the test suite #4

tailhook opened this issue Oct 6, 2017 · 2 comments

Comments

@tailhook
Copy link

tailhook commented Oct 6, 2017

It would be cool to publish a test suite along the spec. So alternative implementations could adhere to it.

My use case is to implement the language interpreter in Rust.

(This is kinda promised by @armon on twitter https://twitter.com/armon/status/914498973129428992, just adding an issue to track progress).

@mitchellh
Copy link
Contributor

Sorry this took so long but I agree completely that we should open source the specification test suite. We have a fully automated suite we run against our runtime to test against the specification. It doesn't have full coverage (as you found in #5, but that fix actually added that coverage) but it does have over 200 test cases currently.

I'll work on adding this to the SDK.

@cristim
Copy link

cristim commented Mar 26, 2020

@mitchellh also while at it why not just open source the sentinel implementation as well?

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

No branches or pull requests

3 participants