Skip to content

Commit

Permalink
#58 Made two versions of the deploy_slc fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 23, 2024
1 parent fee95ac commit 6c8238e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest-slc/exasol/pytest_slc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def func(language_alias: str) -> None:
return func


@pytest.fixture(scope="session")
def deployed_slc(deploy_slc, language_alias) -> None:
"""
The fixture calls deploy_slc() once, with the language_alis defined in the fixture
Expand Down

0 comments on commit 6c8238e

Please sign in to comment.