Skip to content

Commit

Permalink
fill in docstring for benchmark test (currently skipped)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 11, 2023
1 parent 6e5a9a8 commit c3974c0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/test_integration/brainglobe_benchmarks/test_cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@


@pytest.fixture()
def asv_config_monkeypatched_path(tmp_path):
"""Create a monkeypatched asv.conf.json file
in tmp_path and return its path
def asv_config_monkeypatched_path(tmp_path: Path) -> str:
"""
Create a monkeypatched asv.conf.json file
in a Pytest-generated temporary directory
and return its path
Parameters
----------
tmp_path : Path
path to pytest-generated temporary directory
Returns
-------
_type_
_description_
str
Path to monkeypatched asv config file
"""
# read reference asv config
asv_original_path = Path(__file__).resolve().parents[3] / "asv.conf.json"
Expand Down

0 comments on commit c3974c0

Please sign in to comment.