openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

Add unit testing for the plugin capability #277

Open robrap opened 1 year ago

robrap commented 1 year ago

Add unit test coverage for edx_django_utils/plugins. There was no test coverage in the original code from edx-platform, and it has not yet been added. This code is now library code, and probably deserves some level of testing.