Linting, pre-commit
This commit is contained in:
@ -6,6 +6,7 @@ from falyx.retry_utils import enable_retries_recursively
|
||||
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
|
||||
|
||||
# --- Fixtures ---
|
||||
@pytest.fixture(autouse=True)
|
||||
def clean_registry():
|
||||
@ -13,6 +14,7 @@ def clean_registry():
|
||||
yield
|
||||
er.clear()
|
||||
|
||||
|
||||
def test_action_enable_retry():
|
||||
"""Test if Action can be created with retry=True."""
|
||||
action = Action("test_action", lambda: "Hello, World!", retry=True)
|
||||
|
Reference in New Issue
Block a user