adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
584 stars 251 forks source link

Added Testing to Filters and Decorators of Accounts App #33

Closed WajahatKanju closed 8 months ago

WajahatKanju commented 8 months ago

Description

This pull request addresses the need mentioned in issue #4 by enhancing the testing coverage within the Accounts app of Django. Specifically, testing has been added to cover filters and decorators within the app.

Changes Made

Progress Towards Full Test Coverage

This pull request marks significant progress towards achieving full test coverage within the Accounts app. By covering filters and decorators, we ensure robust testing of critical functionalities, enhancing the reliability and stability of the application.

Fixes

Related Issue

Fixes #25