Skip to content

Commit

Permalink
Move regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Oct 10, 2023
1 parent baecb98 commit 4f070e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_regression.py → benchmarks/bench_regression.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Suite of tests that go through the entire process of creating a new fktable
from a empty folder.
Suite of tests that go through the entire process of creating a new fktable
from a empty folder.
The target theory is 400 and the relevant `.toml`, theory runcard and eko template
are downloaded from https://github.com/NNPDF/theories during this test so this tests
has the double effect of ensuring compatibility between both repositories.
The target theory is 400 and the relevant `.toml`, theory runcard and eko template
are downloaded from https://github.com/NNPDF/theories during this test so this tests
has the double effect of ensuring compatibility between both repositories.
"""
import itertools
from pathlib import Path
Expand Down Expand Up @@ -82,7 +82,7 @@ def _trim_template(template_card, take_points=10):


@pytest.mark.parametrize("dataset", ["LHCBWZMU8TEV", "INTEGXT3"])
def test_regression(tmp_path, dataset):
def benchmark_regression(tmp_path, dataset):
"""Run pineko through subprocess to ensure that the shell scripts are working exactly
as intended.
Expand Down

0 comments on commit 4f070e8

Please sign in to comment.