Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-12 | [tests] fall back to TestCase classes | Victor Shyba | |
This test was using pytest, but it was making other trial based tests fail. I couldn't figure out why, but falling back to TestCase solved it. | |||
2016-10-21 | [tests] make check_schema_versions default to False | Victor Shyba | |
CouchServerState is spread across test codebase and this option is intended to be used only on server startup. This commit makes it default to False and explicitly set it to True on where it's necessary. | |||
2016-10-03 | [feature] check for user dbs couch schema versions | drebs | |