summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/test_couch.py
AgeCommit message (Expand)Author
2016-07-12[test] toxify testsdrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
2015-11-03[refactor] remove exception based logicVictor Shyba
2015-11-03[style] pep8Victor Shyba
2015-11-03[refactor] move couch errors and expose methodsVictor Shyba
2015-11-03[refactor] CouchDocument is now ServerDocumentVictor Shyba
2015-11-03[refactor] split out backend from couch databaseVictor Shyba
2015-11-03[refactor] separate SoledadBackend from CouchDatabaseVictor Shyba
2015-10-28[style] fix pep8 warnigsFolker Bernitt
2015-10-28[feat] read security doc from configurationVictor Shyba
2015-10-02[bug] Migrate back to python-couchdb 0.8Victor Shyba
2015-09-28[refactor] kaliy's review and pep8 fixesVictor Shyba
2015-09-28[tests] tests for ensure_securityVictor Shyba
2015-09-28[bug] ensure_database returns db and replica_uidVictor Shyba
2015-09-28[tests] CouchServerState tests for ensure_databaseVictor Shyba
2015-09-24[feat] use one doc per remote replica in sync logdrebs
2015-09-17[tests] test for ensure ddocs independentlyVictor Shyba
2015-09-14[style] pep8 fixesVictor Shyba
2015-09-13[tests] test_couch does not need a serverVictor Shyba
2015-09-11[tests] db3 is expected to be an attributeVictor Shyba
2015-09-11[tests] extract db creation with doc ensure methodVictor Shyba
2015-09-11[tests] use addCleanup to ensure db deletionVictor Shyba
2015-09-11[tests] isolate database names, use uuidVictor Shyba
2015-08-20[style] pep8 fixesKali Kaneko
2015-08-20[tests] add u1db sync tests to soledad couch testsdrebs
2015-07-24[style] fixed pep8 warnings on soledad commonBruno Wagner
2015-02-11Adapt tests for new api.drebs
2014-07-02Split tests and fix for new sync (#4710).drebs
2014-06-05Remove close_connections() from tests.drebs
2014-05-23Fix tests for new sync process.drebs
2014-04-10Prevent file descriptor leaks on tests.drebs
2014-04-09Prevent couch instantiation from creating the db (#5386).drebs
2014-03-11Make resolve_doc() not use a design document.drebs
2014-03-11Use less memory when putting docs on couch. Closes #5011.drebs
2014-01-20Make couch tests use only one couch instance.drebs
2014-01-20Add test for syncing many small documents (#4836).drebs
2014-01-17Improve error reporting on couch backend design documents access failure (#49...drebs
2013-12-18Add changes file.drebs
2013-12-18Remove index tests for couch backend.drebs
2013-12-18Fix couch tests to reflect remodelling.drebs
2013-12-18Make couch backend consistent and lightweight.drebs
2013-09-18Improve u1db data storage in couch.drebs
2013-09-18 Fix tests that leaked couch instances.drebs
2013-08-21Split soledad into common, client and server.drebs