Add a script to run unit tests within auth_lti package. Add a tests package...
Add a script to run unit tests within auth_lti package. Add a tests package with a few tests of the custom role key merge that is being added as part of this feature branch. Filter out any empty roles from the merged list. Update requirements in setup.py to remove unused django-filter and to include mock as a test requirement. Remove *.html from MANIFEST as there are currently no html files. Add .egg to gitignore.
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- MANIFEST.in 2 additions, 1 deletionMANIFEST.in
- django_auth_lti/middleware.py 2 additions, 1 deletiondjango_auth_lti/middleware.py
- django_auth_lti/models.py 1 addition, 0 deletionsdjango_auth_lti/models.py
- django_auth_lti/tests/__init__.py 0 additions, 0 deletionsdjango_auth_lti/tests/__init__.py
- django_auth_lti/tests/test_lti_auth_middleware.py 66 additions, 0 deletionsdjango_auth_lti/tests/test_lti_auth_middleware.py
- run_tests.py 18 additions, 0 deletionsrun_tests.py
- setup.py 4 additions, 3 deletionssetup.py
django_auth_lti/models.py
0 → 100644
django_auth_lti/tests/__init__.py
0 → 100644
run_tests.py
0 → 100644
Please register or sign in to comment