summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/crypto/tests/test_srpauth.py
AgeCommit message (Collapse)Author
2015-01-16Fix failing tests.Ivan Alejandro
Remove srpauth obsolete tests. Remove providerconfig obsolete test. Set as mandatory the signaler object on ProviderBootstrapper and EIPBootstrapper. Closes #6631.
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