Judger/tests/test.py

7 lines
164 B
Python
Raw Normal View History

# coding=utf-8
2016-08-23 04:28:25 +00:00
from unittest import TestCase, main
2016-08-25 01:40:45 +00:00
from testcase.integration.test import IntegrationTest
from testcase.c_cpp.test import C_CPPJudgeTestCase
2016-08-23 04:28:25 +00:00
main()