You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the coverage for the backend unit tests is 31%. The issue is that adding tests that rely on the views.py file (which is the majority of the system) cause errors due to import conflicts, which need to be avoided.
Currently, the coverage for the backend unit tests is 31%. The issue is that adding tests that rely on the views.py file (which is the majority of the system) cause errors due to import conflicts, which need to be avoided.