summaryrefslogtreecommitdiff
path: root/testing/tests/blobs/test_blob_manager.py
AgeCommit message (Collapse)Author
2017-05-12[tests] fix flaky blobs manager tests due id reuseVictor Shyba
2017-05-08[refactor] _database -> _dbVictor Shyba
2017-05-04[tests] improve readabilityVictor Shyba
2017-05-02[feature] add and integrate DELETE to blobs serverVictor Shyba
Add a DELETE method for blobs server and integrate it into client's BlobManager. - Resolves: #8846
2017-05-01[refactor] merge refactor from drebsVictor Shyba
2017-05-01[test] add tests for sqlcipher client backendVictor Shyba
BlobManager tests covers them indirectly, but testing them directly may help locating source of bugs. - Related: #8812
2017-05-01[test] rename file to match test case nameVictor Shyba
- Related: #8812