Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Additional option for `problem.tests` #534

Closed Gornak40 closed 5 months ago

Gornak40 commented 7 months ago

Sometimes it is useful to get the structure of tests without downloading their input data, which can be large.

I suggest adding a boolean parameter absentInput for the problem.tests method. If this parameter is set, empty input will be returned.

MikeMirzayanov commented 7 months ago

Work in progress

MikeMirzayanov commented 5 months ago

Done