``` def test_fixtures: for contract in self.contracts.values(): self.check_contract(contact["code"], contract["asert"]) ``` https://github.com/GenesisKernel/genesis-tests/blob/6f57ca7ef9dc460cf469ac3643267cc076480d3f/contract_functions_tests.py#L57 if you want separate test methods, you could use metaclass, and generate those methods through it