mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 06:55:45 +00:00
removed test fixture
This commit is contained in:
parent
39a61e8295
commit
5f5ec3dec6
@ -244,17 +244,9 @@ def abci_fixture():
|
|||||||
from tendermint.abci import types_pb2
|
from tendermint.abci import types_pb2
|
||||||
return types_pb2
|
return types_pb2
|
||||||
|
|
||||||
|
|
||||||
def run_init_once():
|
|
||||||
from planetmint.backend.tarantool.connection import TarantoolDB
|
|
||||||
db = TarantoolDB()
|
|
||||||
db.init_database()
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def b():
|
def b():
|
||||||
from planetmint import Planetmint
|
from planetmint import Planetmint
|
||||||
run_init_once()
|
|
||||||
return Planetmint()
|
return Planetmint()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user