summaryrefslogtreecommitdiff
path: root/tests/helpers/client_side_db.py
AgeCommit message (Collapse)Author
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-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