Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Polygon API, lists #418

Open niyaznigmatullin opened 4 years ago

niyaznigmatullin commented 4 years ago

Method problem.saveTestGroup has dependencies argument that should be a list of group names separated by commas.

Method problem.setTestGroup has testIndex argument, it can be used several times to set group for several testcases.

I'm trying to serialize a list, and I have two options depending on the method. Looks like it's better to make these two cases similar.