mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-29 16:31:42 +00:00
7 lines
164 B
Python
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() |