Skip to content

Feature request: Split a test into smaller cases #34

@TroySigX

Description

@TroySigX

For a test with multiple test cases. e.g let there be 4 test cases, and each test takes a and b as inputs:

4
1 2
2 3
4 5
5 5

Conventionally, competitest would just store this test into a single file (input0.txt), but instead, I'd like it to be broken down into smaller cases (e.g storing the tests in files input0, input1, input2, and input3), with each file in the following format:

1
a b

This makes it easier to debug while in the contest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions