Skip to content

packages.valory.contracts.gnosis_safe_proxy_factory.tests.test_contract

Tests for valory/gnosis contract.

TestGnosisSafeProxyFactory Objects

@skip_docker_tests
class TestGnosisSafeProxyFactory(BaseGanacheContractTest)

Test deployment of the proxy to Ganache.

deployment_kwargs

@classmethod
def deployment_kwargs(cls) -> Dict[str, Any]

Get deployment kwargs.

test_deploy

def test_deploy() -> None

Test deployment results.

test_build_tx_deploy_proxy_contract_with_nonce

def test_build_tx_deploy_proxy_contract_with_nonce() -> None

Test build_tx_deploy_proxy_contract_with_nonce method.

test_verify

def test_verify() -> None

Test verification of deployed contract results.