style: Moved argument parsing statements into a separate function (#503)

* style: moved argument parsing into a separate function

* commito

* Update evaluation/regression/conftest.py

---------

Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
Aravind Somaraj
2024-04-01 20:17:58 +05:30
committed by GitHub
parent 64281c4cc4
commit 26c9ce132b
2 changed files with 7 additions and 4 deletions

View File

@@ -59,7 +59,6 @@ def workspace_dir(test_cases_dir, request):
test_case_dir = os.path.dirname(request.module.__file__)
workspace_dir = os.path.join(test_case_dir, 'workspace')
return workspace_dir
@pytest.fixture
def model(request):
"""Fixture that provides the model name.