packages.valory.skills.abstract_round_abci.tests.conftest
Conftest module for io tests.
dummy_obj
@pytest.fixture
def dummy_obj() -> StoredJSONType
A dummy custom object to test the storing with.
dummy_multiple_obj
@pytest.fixture
def dummy_multiple_obj(dummy_obj: StoredJSONType) -> Dict[str, StoredJSONType]
Many dummy custom objects to test the storing with.
hypothesis_cleanup
@pytest.fixture(scope="session", autouse=True)
def hypothesis_cleanup() -> Generator
Fixture to remove hypothesis directory after tests.