z-bowen 507fe1e1a5 Problem: BigchainDB class should be part of project root
Solution: Removed the /tendermint directory and moved its contents to project root
2018-07-25 16:43:47 +02:00

13 lines
224 B
Python

import pytest
@pytest.fixture
def b():
from bigchaindb import BigchainDB
return BigchainDB()
@pytest.fixture
def validator_pub_key():
return 'B0E42D2589A455EAD339A035D6CE1C8C3E25863F268120AA0162AD7D003A4014'