summaryrefslogtreecommitdiff
path: root/tests/helpers
AgeCommit message (Collapse)Author
2016-04-05testing: adds mx delivery testselijah
2016-03-18tests: fix mx test, ensure password is redacted.elijah
2016-03-17mx test: query identities table for a random record. closes #6406elijah
2016-02-25[bug] remove tempdir after soledad sync testKali Kaneko
Closes: #7921
2016-01-26[bug] add errback to log failureKali Kaneko
2015-12-01don't check in database if user was deleted.Christoph Kluenter
we already check if the webapp returned success when it deleted the user. If the webapp had failed it would not have returned success. leap_web has tests that prove this. This fixes https://leap.se/code/issues/7625
2015-11-19[bug] do not fail if no requests/srp dependencies presentKali Kaneko
client_side_db helper has some extra functions that can be useful in the future for further tests, but right now it shouldn't depend on requests, since it already get all the relevant soledad info passed as arguments. for the same reason, it doesn't need to depend on srp, since we pass the token.
2015-11-17[bug] [jessie] check for 1 stunnel instance onlyvarac
- Resolves: #7574
2015-11-17Merge pull request #86 from kalikaneko/new-soledad-testvarac
New soledad test
2015-11-17[bug] [jessie] check for 1 stunnel instance onlyvarac
- Resolves: #7574
2015-11-17remove keymanagerKali Kaneko
2015-11-17new soledad-sync testKali Kaneko
this new test uses leap.soledad.client to perform an actual sync against the soledad server. closes: #7523
2015-10-12Fix soledad test when invite codes are enabledankonym
This provides an invite code when invite codes are enabled while the test runs (but it does not get deleted yet afterwards)
2015-10-07Modify bonafide_helper to improve user creation test with invitesankonym
Will now use the correct user to generate invite codes and only add invite code parameter when invite codes are enabled
2015-10-07Change webapp tests to work with enabled invite codesankonym
This will generate an invite code so test_05_Can_create_and_authenticate_and_delete_user_via_API? will work correctly (when invite codes are required for signups).
2015-06-30more verbose stunnel test errorselijah
2014-12-17tests: don't run soledad test if there are no soledad nodeselijah
2014-12-15bugfix: identities of test users must be also destroyed. closes #6550.elijah
2014-12-09added http verb to test error messageselijah
2014-12-04tests - better errors, ensure tmp users are deleted, remove bad 'pass()' ↵elijah
call that made tmp_user tests always succeed.
2014-12-02add soledad sync test to `leap test`. closes #6431elijah
2014-11-30minor: ensure there is only one tapicero processelijah
2014-11-10tests - added test that creates user, authenticates, deletes userelijah