Add Handbook.md benchmark tasks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
from jira_mock.state import reset_state
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def clean_state() -> None:
|
||||
reset_state()
|
||||
Reference in New Issue
Block a user