oioioi.publicsolutions.tests
¶
Module Contents¶
Classes¶
Contains the contest logic and rules. |
|
Contains the contest logic and rules. |
|
Similar to TransactionTestCase, but use transaction.atomic() to achieve |
- class oioioi.publicsolutions.tests.TSolutionOIContestController(contest)[source]¶
Bases:
oioioi.oi.controllers.OIContestController
Contains the contest logic and rules.
This is the computerized implementation of the contest’s official rules.
- class oioioi.publicsolutions.tests.TSolutionSimpleContestController(contest)[source]¶
Bases:
oioioi.programs.controllers.ProgrammingContestController
Contains the contest logic and rules.
This is the computerized implementation of the contest’s official rules.
- class oioioi.publicsolutions.tests.TestPublicSolutions(methodName='runTest')[source]¶
Bases:
oioioi.base.tests.TestCase
Similar to TransactionTestCase, but use transaction.atomic() to achieve test isolation.
In most situations, TestCase should be preferred to TransactionTestCase as it allows faster execution. However, there are some situations where using TransactionTestCase might be necessary (e.g. testing some transactional behavior).
On database backends with no transaction support, TestCase behaves as TransactionTestCase.
- fixtures = ['test_users', 'test_contest', 'test_full_package', 'test_problem_instance', 'test_submission',...¶