-
Notifications
You must be signed in to change notification settings - Fork 250
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
Merged
Merged
Add test runner library #1149
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a30d67d
Add k8s custom policy tag handler for test
aakash070 77aab71
added copyright and removed redundant attribute from go_library target
aakash070 9e155af
refactor code to extract common methods
aakash070 73bba9e
reverted redundant code
aakash070 7afe78c
added compiler tool
aakash070 d261979
replaced textproto file with an in memory pb object
aakash070 6cb138d
reverted update to root go.mod
aakash070 5cab162
added cel.dev/expr/conformance to vendor
aakash070 907b6c3
add vendor to tools
aakash070 09f6866
deleted tools/vendor
aakash070 bf7624c
Add test runner library
aakash070 afdf755
created test runner option for test suite parser
aakash070 e6028d1
update test suite structure
aakash070 98be9bd
fix test suite path used to set up test suite parser
aakash070 dcfc1a0
updated cel.dev/expr version in WORKSPACE
aakash070 a8a77f5
updated go registered toolchain version in WORKSPACE
aakash070 3c58df5
updated checksum for cel.dev/expr in WORKSPACE
aakash070 b867b8a
update cel.dev/expr release version to resolve failing tests
aakash070 9b8248c
fix vendor verification error
aakash070 bf96c47
resolved pr comments on YAML test suite and test runner
aakash070 449ba4f
update test runner to accept any type options instead of TestRunnerOp…
aakash070 b8c7496
replaced functional test suite parsers with an interface
aakash070 f942827
update test suite schema in policy testdata files
aakash070 61399be
added sync once as a compiler object level variable
aakash070 2dad2f3
fix test failure
aakash070 c101087
added test for test runner for standard policy
aakash070 156addf
added tests for custom policy parser via flags
aakash070 f2022c3
moved test for custom policy from compiler test to test runner test
aakash070 59cf7ee
changed argument type for Test Suite Parser methods to string
aakash070 70d7f5f
added tests for raw CEL expression and CEL expression file
aakash070 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
replaced functional test suite parsers with an interface
- Loading branch information
commit b8c7496d801c2085516fdeab62fde502dcff1e21
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.