summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/crypto/tests
AgeCommit message (Collapse)Author
2014-07-16Code style fixes.Ivan Alejandro
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2013-10-02Merge remote-tracking branch 'chiiph/bug/fix_tests' into developIvan Alejandro
2013-10-02Fix failing tests/codeTomás Touceda
2013-10-01Use the same exception for all the auth user facing errorsTomás Touceda
2013-08-22Fix logout testTomás Touceda
2013-08-13Update mocks for the new namespace. Closes #3445.Ivan Alejandro
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko