Skip to content

Commit

Permalink
Register pytest marker
Browse files Browse the repository at this point in the history
  • Loading branch information
vzvyagintsev committed Jun 18, 2024
1 parent 3f16362 commit c9682ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
from crosspm.helpers.package import Package


def pytest_configure(config):
config.addinivalue_line(
"markers", "artifactoryaql: testing artifactoryaql"
)


@pytest.fixture(scope="function")
def package():
params = {'arch': 'x86', 'osname': 'win', 'package': 'package'}
Expand Down

0 comments on commit c9682ab

Please sign in to comment.