-
Notifications
You must be signed in to change notification settings - Fork 246
Add test runner library #1149
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 test runner library #1149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add test cases for the test_runner.go
and compiler.go
as part of this PR. Thank you!
89dd8ab
to
2109c3e
Compare
@TristonianJones I have added tests for |
37733a1
to
70d7f5f
Compare
This change adds a test runner library under tools/celtest which provides native language support for setting up and executing tests.
The change also includes a test harness in YAML which aligns with cel.expr.conformance.test.TestSuite.
The following changes will be raised separately: