Commit 733c08a8 by Dudás Ádám

school: TestCases already have a Client

parent 2531f8c6
......@@ -12,7 +12,6 @@ import json
class ViewTestCase(TestCase):
def setUp(self):
self.client = Client()
date = datetime.now().date()
delta = timedelta(weeks=7)
self.semester = Semester.objects.create(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment