Skip to content

Commit

Permalink
#44 Rearranged itde stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Aug 14, 2024
1 parent e188de6 commit a9c25e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pytest-backend/exasol/pytest_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
timestamp_name
)
import exasol.pytest_backend.project_short_tag as pst
import exasol.pytest_backend.itde as itde
from exasol.pytest_backend.itde import (
itde_pytest_addoption,
exasol_config,
bucketfs_config,
ssh_config,
itde_config
)

_BACKEND_OPTION = '--backend'
_BACKEND_ONPREM = 'onprem'
Expand Down Expand Up @@ -68,7 +74,7 @@ def pytest_addoption(parser):
Use this parameter to set a sufficient idle period in the number of hours.
"""
)
itde.itde_pytest_addoption(parser)
itde_pytest_addoption(parser)


@pytest.fixture(scope='session', params=[_BACKEND_ONPREM, _BACKEND_SAAS])
Expand Down

0 comments on commit a9c25e1

Please sign in to comment.