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()
|
secondary.try_catch_up_with_primary()
|
||||||
self.assertEqual(b"b", secondary.get(b"a"))
|
self.assertEqual(b"b", secondary.get(b"a"))
|
||||||
|
|
||||||
|
|
||||||
def test_multi_get(self):
|
def test_multi_get(self):
|
||||||
self.db.put(b"a", b"1")
|
self.db.put(b"a", b"1")
|
||||||
self.db.put(b"b", b"2")
|
self.db.put(b"b", b"2")
|
|
@ -1,6 +1,5 @@
|
||||||
# content of test_sample.py
|
# content of test_sample.py
|
||||||
import rocksdb
|
import rocksdb
|
||||||
import pytest
|
|
||||||
import shutil
|
import shutil
|
||||||
import os
|
import os
|
||||||
import tempfile
|
import tempfile
|
Loading…
Reference in a new issue