OnlineJudge/problem/tests.py
2015-08-02 08:50:19 +08:00

7 lines
92 B
Python

# coding=utf-8
from django.test import TestCase
class ProblemPageTest(TestCase):
pass