Skip to content

Restricting depth of test data tree #410

@Matistjati

Description

@Matistjati

During the Stockholm workshop, I got the impression that we had reached consensus on limiting the depth on the test data tree to 2. This means that

.
└── secret
    ├── 1.ans
    └── 1.in

and

.
└── secret
    ├── group1
    │   ├── 1.ans
    │   └── 1.in
    └── group2
        ├── 2.ans
        └── 2.in

is allowed, but not any deeper than that. I am personally not opposed to this change, as there is no real reason to have anything deeper. In fact, I suspect that most judging systems does not support anything deeper in their UI.

The one reasonable usage I have heard of was using folders to categorize test cases among the groups. So it functionally equivalent to flattening the structure up until depth 2. However, this is not common, and I would not be against not supporting this special case.

Any other opinions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions