Skip to content
Snippets Groups Projects

Backend tests

Merged Jan Maximilian Michal requested to merge backend-tests into master
3 files
+ 42
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,6 +6,7 @@ from core.views import StudentApiView
@@ -6,6 +6,7 @@ from core.views import StudentApiView
from util.factories import GradyUserFactory
from util.factories import GradyUserFactory
 
class AccessRightsOfStudentAPIViewTests(APITestCase):
class AccessRightsOfStudentAPIViewTests(APITestCase):
""" All tests that enshure that only students can see what students
""" All tests that enshure that only students can see what students
should see belong here """
should see belong here """
Loading