Some more tests that have become slow.

pull/284/head
jMyles 2018-05-31 18:28:27 -07:00
parent a97f720b24
commit 0672f25880
3 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class TestMiner:
chain.time_travel(periods=1)
assert mock_miner_agent.contract.functions.getLockedTokens(miner.address).call() == mock_miner_agent.min_allowed_locked
@pytest.mark.slow()
@pytest.mark.usefixtures("mock_policy_agent")
def test_miner_collects_staking_reward_tokens(self, chain, miner, mock_token_agent, mock_miner_agent):

View File

@ -4,6 +4,7 @@ from nucypher.blockchain.eth.agents import MinerAgent
M = 10 ** 6
@pytest.mark.slow()
def test_get_swarm(chain, mock_token_agent, mock_miner_agent):

View File

@ -44,6 +44,7 @@ def test_token_deployer_and_agent(chain):
assert token_agent == same_token_agent # __eq__
@pytest.mark.slow()
def test_deploy_ethereum_contracts(chain):
"""
Launch all ethereum contracts: