TestSet

class cforces.enums.TestSet(*values)

Bases: Enum

SAMPLES = 'SAMPLES'

Samples testset data shown in problem statement.

PRETESTS = 'PRETESTS'

Light tests used before tests on certain contest types.

TESTS = 'TESTS'

Problem system tests.

CHALLENGES = 'CHALLENGES'

Undocumented (TODO)

TESTS1 = 'TESTS1'

Testset #1

TESTS2 = 'TESTS2'

Testset #2

TESTS3 = 'TESTS3'

Testset #3

TESTS4 = 'TESTS4'

Testset #4

TESTS5 = 'TESTS5'

Testset #5

TESTS6 = 'TESTS6'

Testset #6

TESTS7 = 'TESTS7'

Testset #7

TESTS8 = 'TESTS8'

Testset #8

TESTS9 = 'TESTS9'

Testset #9

TESTS10 = 'TESTS10'

Testset #10