后端比赛和比赛题目的部分,还有要增加和修改的地方

This commit is contained in:
hohoTT
2015-08-18 14:59:00 +08:00
parent a5211f50da
commit 937c382b25
4 changed files with 270 additions and 3 deletions

View File

@@ -164,3 +164,8 @@ class ProblemTagAdminAPITest(APITestCase):
def test_get_all_problem_tag_successfully(self):
self.assertEqual(self.client.get(self.url).data["code"], 0)
class ProblemListPageTest(TestCase):
def setUp(self):
pass