mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-16 17:25:24 +00:00
7 lines
165 B
Python
7 lines
165 B
Python
# coding=utf-8
|
|
from unittest import TestCase, main
|
|
|
|
from languages.c_cpp.test import C_CPPJudgeTestCase
|
|
from languages.Python.test import PythonJudgeTestCase
|
|
|
|
main() |