aiohttp-security/tests
Andrew Lytvyn 92e6fec6f5 is_anonymous, login_required, has_permission helpers (#114)
* add is_anonymous helper function and login_required, has_permission decorators

* add docs for `is_anonymous`, `login_required` and `has_permission` functions

* permission can be `enum.Enum` object; cover with tests

* isort fix
2017-11-17 17:51:40 +02:00
..
conftest.py Fix tests 2016-09-27 17:57:11 +03:00
test_cookies_identity.py make compatible tests 2017-03-22 00:10:14 +02:00
test_dict_autz.py is_anonymous, login_required, has_permission helpers (#114) 2017-11-17 17:51:40 +02:00
test_no_auth.py Fix tests 2016-09-27 17:57:11 +03:00
test_no_identity.py Fix tests 2016-09-27 17:57:11 +03:00
test_session_identity.py make compatible tests 2017-03-22 00:10:14 +02:00