TheLabbingProject / django_dicom

A reusable django app to manage DICOM files.

Home Page:https://django-dicom.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solve LoggedIn test cases in views

Aharonyn opened this issue · comments

Solved by using is_staff=True parameter in create_user function. Also, changed the login function to force_authenticate (using the APIClient of APITestCase class).