move tests
This commit is contained in:
parent
ee12fe9573
commit
cf2195e383
4 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ class TestDB(TestHelper):
|
|||
secondary.try_catch_up_with_primary()
|
||||
self.assertEqual(b"b", secondary.get(b"a"))
|
||||
|
||||
|
||||
def test_multi_get(self):
|
||||
self.db.put(b"a", b"1")
|
||||
self.db.put(b"b", b"2")
|
|
@ -1,6 +1,5 @@
|
|||
# content of test_sample.py
|
||||
import rocksdb
|
||||
import pytest
|
||||
import shutil
|
||||
import os
|
||||
import tempfile
|
Loading…
Reference in a new issue