Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-17 | [refactor] Improve python3 compatibility | efkin | |
With this commit all tests on py34 tox environment are collected. | |||
2017-03-17 | [test] Prepare tests for python3 compatibility | efkin | |
2016-09-30 | [test] use pytest tmpdir fixture in all tests | drebs | |
Tests that were imported from u1db or created on top of that structure were leaving temporary directories behind. This could cause problems in test servers, either by filling the partition or by extrapolating the maximum amount of files in a directory. This commit replaces all usages of temporary directories in the old test structure by pytest tmpdir fixture, which properly cares for removing temporary directories. | |||
2016-07-12 | [test] refactor test files | drebs | |
2016-07-12 | [refactor] make u1db connection pool args explicit | drebs | |