Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-01 | [test] adds pep8 as a tox env | Victor Shyba | |
"tox -e pep8" runs it standalone and "tox" includes the pep8 env. | |||
2016-08-01 | [test] remove pip download cache | drebs | |
Recent versions of pip will ignore that option and use a cache anyway. | |||
2016-08-01 | [test] use pip download cache for tests and docker image | drebs | |
2016-08-01 | [test] remove pep8 from tox config | drebs | |
2016-08-01 | [test] add pytest initial setup for performance tests | drebs | |
2016-07-12 | add pep8/flake8 to tox | Kali Kaneko | |
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. |