Skip to content

Commit

Permalink
Try replacing lazy_fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Feb 8, 2024
1 parent 2f2706a commit b3b3e14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_benchmark_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@
},
],
)
def test_filter_datapoints_benchmark(generated_mp, profiled, benchmark, filters):
def test_filter_datapoints_benchmark(
generated_mp, profiled, benchmark, filters, request
):
"""Benchmarks a the filtration of `test_data_big`."""
generated_mp = request.getfixturevalue(generated_mp)

def run():
with profiled():
Expand Down

0 comments on commit b3b3e14

Please sign in to comment.