summaryrefslogtreecommitdiff
path: root/service/test/unit/resources/test_logout_resources.py
AgeCommit message (Collapse)Author
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-06-23refactoring: renaming services factory methods to relate them to user ↵NavaL
services sessions
2016-04-08Issue #431: extractes the generic handling for error callbacks in init and ↵Zara Gebru
handles login, logout, mail and tags resources
2016-04-08Issue #431: add errback on logoutZara Gebru
2016-03-04Fix: Logout calls session expireFolker Bernitt
- Deferred was not handled as required - Test did not assert call to expire
2016-02-25changed logout to postNavaL
Issue #612
2016-02-05closing the services closes leap session, which stops background tasks, ↵NavaL
close soldedad and remove it from cache Issue #586
2016-01-22re-introduced logout functionality for multi-userNavaL
Issue #576