feat(diff): auto detect testcases #13
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3-config-generator#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/diff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
*.toml
file, now ta only need to specify the param for the specific one. default values are hardcodedcasei.in/out
, with no interactions in their name in each of the subfolders, (for hidden cases and non-hidden cases, just change position and run again)@ -169,0 +179,4 @@
if any(case.endswith(other) for other in task_stage.cases)
]
)
print(default_cases)
remove it
@ -206,0 +225,4 @@
parser_case = result.DiffCasesConfig(
outputs=[
result.DiffOutputConfig(
score=5, # default score
move it to
const.py
add
DEFAULT_CASE_SCORE
nowfix/diffto feat(diff): add auto detect testcases featurefeat(diff): add auto detect testcases featureto feat(diff): auto detect testcases