Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | [tests] Adapt tests for ensure_ddocs death | Victor Shyba | |
2016-08-01 | [test] allow custom couch url for couch tests | drebs | |
2016-08-01 | [test] remove traces of design docs from couch tests | drebs | |
2016-08-01 | [feat] remove usage of design documents in couch | drebs | |
Design documents are slow and we already have alternatives to all uses we used to make of them, so this commit completelly removes all usage of design documents. | |||
2016-07-25 | [test] adapt couch tests to use new generation/transaction storage scheme | drebs | |
2016-07-12 | [test] refactor test files | drebs | |
2016-07-12 | [test] toxify tests | drebs | |
- move tests to root directory - split tests in different subdirectories - setup a small package with common test dependencies in /testing/test_soledad - add tox.ini that will: - install the test_soledad package and other test dependencies - install soledad common, client, server from the repository - run tests contianed in /testing/tests directory using pytest This commit also removes all oauth code from tests, as we have removed the u1db dependency (by importing it into the repo and naming it l2db) and don't neet oauth at all right now. |