prefect.testing.standard_test_suites.blocks
BlockStandardTestSuite
block
block(self) -> type[Block]
test_has_a_description
test_has_a_description(self, block: type[Block]) -> None
test_has_a_documentation_url
test_has_a_documentation_url(self, block: type[Block]) -> None
test_all_fields_have_a_description
test_all_fields_have_a_description(self, block: type[Block]) -> None
test_has_a_valid_code_example
test_has_a_valid_code_example(self, block: type[Block]) -> None
test_has_a_valid_image
test_has_a_valid_image(self, block: type[Block]) -> None
Was this page helpful?