summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/test_server.py
AgeCommit message (Expand)Author
2016-07-12[test] toxify testsdrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
2016-06-22[style] pep8 compatibility: indent and white spaceNavaL
2016-06-08[tests] avoid using get_all_docs on assertsVictor Shyba
2016-06-06[refactor] encdecpool queries and testingVictor Shyba
2016-04-26[refactor] remove shared db locking from testsdrebs
2015-12-03[feat] add configuration to disable batchingVictor Shyba
2015-11-03[refactor] token verification moved to couch module + testsVictor 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-09-28[test] remove old mocksVictor Shyba
2015-09-11[tests] isolate LockResource tests using a mockVictor Shyba
2015-09-11[tests] isolate database names, use uuidVictor Shyba
2015-08-27[tests] fix variable name from refactorVictor Shyba
2015-08-17[style] pep8 cleanupKali Kaneko
2015-08-12[tests] #7370 opened, skipping test for nowVictor Shyba
2015-08-12[tests] Sync very large files won't explode memoryBruno Wagner
2015-08-12[bug] fixes concurrent sync and their testsVictor Shyba
2015-08-12[tests] Removed some of the dependencies on u1db_testsBruno Wagner
2015-08-12[test] Change test server to use TwistedVictor Shyba
2015-08-04[style] pep8 cleanupKali Kaneko
2015-07-24[style] fixed pep8 warnings on soledad commonBruno Wagner
2015-06-26[fix] Make test_server parallelizableVictor Shyba
2015-05-26[bug] fixes changes made by PR #211 due to bug 6833Victor Shyba
2015-02-11Adapt tests for new api.drebs
2014-08-08Fix tests after many changes in client.drebs
2014-07-02Split tests and fix for new sync (#4710).drebs
2014-04-10Prevent file descriptor leaks on tests.drebs
2014-04-09Prevent couch instantiation from creating the db (#5386).drebs
2014-03-12Prevent Soledad server from creating or deleting couch databases (#3502).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-20Allow sync of large files (~100MB) (#4836).drebs
2013-10-28Add shared db locking.drebs
2013-09-18Add couch permission check.drebs
2013-08-21Split soledad into common, client and server.drebs