-
Notifications
You must be signed in to change notification settings - Fork 20
Secret and sample are not groups #481
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
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.
Other than the syntax errors, and that this issue is related to #487, it looks goods!
The dependent group will only be run if the group being depended on receives an accepted verdict for all test cases in the group. | ||
If the dependent group is not run, the group score is 0. | ||
|
||
The paths of these required groups, relative to the `data` folder, are listed under the `require_pass` key. |
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.
Technically, since secret
and sample
is not a "group", nothing has been stated for secret
and sample
. However, it will be replaced with something else in a future PR #487.
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.
Very good points. We'll fix it in #487 as you say...
Co-authored-by: Harry Zhang <[email protected]>
Co-authored-by: Harry Zhang <[email protected]>
Co-authored-by: Harry Zhang <[email protected]>
4ff6ffe
to
7c4ebb7
Compare
Fixes #465.