[django-freeradius] Increase test coverage to 100% again
After merging https://github.com/openwisp/django-freeradius/pull/184 and performing a big clean up the code coverage decreased.
Help us to to get it back to 100%. To inspect the test coverage, run these commands:
coverage run --source=django_freeradius runtests.py
coverage html
The last command will create an HTML report which you can open in the browser and inspect in order to find which lines of codes need to be executed in the test to raise the test coverage.
Ask your mentors if you have any doubt.
Don't forget to start and fork the github repository linked in this task, this will help us for the reason described in our documentation page Help us to grow.
What is django-freeradius?
Django Freeradius is a web interface and REST API to administrate and interact with freeradius, a very popular implementation of the radius protocol.
The freeradius web interface is designed to allow users to easily configure and monitor most of the freeradius features.