mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: there are still unused fixtures
Solution: remove Merlin keys
This commit is contained in:
parent
874edab893
commit
061cc5f645
@ -274,7 +274,6 @@ def test_calling_main(start_mock, monkeypatch):
|
||||
assert start_mock.called is True
|
||||
|
||||
|
||||
@patch('bigchaindb.config_utils.autoconfigure')
|
||||
@patch('bigchaindb.commands.bigchaindb.run_recover')
|
||||
@patch('bigchaindb.start.start')
|
||||
def test_recover_db_on_start(mock_run_recover,
|
||||
|
||||
@ -246,16 +246,6 @@ def merlin():
|
||||
return generate_key_pair()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def merlin_privkey(merlin):
|
||||
return merlin.private_key
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def merlin_pubkey(merlin):
|
||||
return merlin.public_key
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def b():
|
||||
from bigchaindb import BigchainDB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user