Judger/tests/test.py
2016-08-25 09:40:45 +08:00

7 lines
164 B
Python

# coding=utf-8
from unittest import TestCase, main
from testcase.integration.test import IntegrationTest
from testcase.c_cpp.test import C_CPPJudgeTestCase
main()