Skip to content

core_storage_utils

Functions:

parametrize_storage_assertions

parametrize_storage_assertions(test_function: F) -> F

Decorator that parametrizes a test function with storage assertions.

The decorated test function is responsible for constructing the storage and calling the given assertion function with the storage instance.