diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-05-01 04:41:39 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2017-05-01 04:41:39 -0300 |
commit | 6ae4b45866a8f4eb85fbde56f2525288afcd300f (patch) | |
tree | b06d3350fff991fd26e62d40e976629c53893592 /testing/tests/blobs/test_blob_manager.py | |
parent | a79e59656b08c9c60e607e9863191dca41591ae0 (diff) |
[test] add tests for sqlcipher client backend
BlobManager tests covers them indirectly, but testing them directly may
help locating source of bugs.
- Related: #8812
Diffstat (limited to 'testing/tests/blobs/test_blob_manager.py')
-rw-r--r-- | testing/tests/blobs/test_blob_manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/blobs/test_blob_manager.py b/testing/tests/blobs/test_blob_manager.py index b5a14de4..7609936d 100644 --- a/testing/tests/blobs/test_blob_manager.py +++ b/testing/tests/blobs/test_blob_manager.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ -Tests for sqlcipher backend on blobs client. +Tests for BlobManager. """ from twisted.trial import unittest from twisted.internet import defer |