gva/gnuviechadmin/osusers
Jan Dittberner 4f39c0d2c4 Add tests for osusers.admin
This commit raises the test coverage for osusers.admin to 100% by adding
tests for UserAdmin, GroupAdmin, SshPublicKeyCreationForm and
SshPublicKeyAdmin. The commit adds a refactoring TODO to
SshPublicKeyAdmin.perform_delete_selected because the asynchronous
background task should be launched from a signal handler.
2015-12-05 22:23:25 +00:00
..
locale/de/LC_MESSAGES add german translation for new strings 2015-02-01 02:30:30 +01:00
migrations implement SshPublicKey model, manager and tests 2015-02-01 00:07:56 +01:00
tests Add tests for osusers.admin 2015-12-05 22:23:25 +00:00
__init__.py document osusers code 2014-12-27 22:44:27 +01:00
admin.py Add tests for osusers.admin 2015-12-05 22:23:25 +00:00
apps.py Fix flake8 warnings 2015-12-05 13:47:41 +00:00
forms.py fix broken ssh public key handling 2015-02-21 20:57:18 +01:00
models.py Fix flake8 warnings 2015-12-05 13:47:41 +00:00
signals.py Fix flake8 warnings 2015-12-05 13:47:41 +00:00
urls.py add list, delete and edit comment of SSH public keys 2015-02-01 01:55:09 +01:00
views.py add appropriate filtering for SSH key list 2015-02-21 20:30:15 +01:00