Skip to content

Commit c9682ab

Browse files
author
vzvyagintsev
committed
Register pytest marker
1 parent 3f16362 commit c9682ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: tests/conftest.py

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
from crosspm.helpers.package import Package
77

88

9+
def pytest_configure(config):
10+
config.addinivalue_line(
11+
"markers", "artifactoryaql: testing artifactoryaql"
12+
)
13+
14+
915
@pytest.fixture(scope="function")
1016
def package():
1117
params = {'arch': 'x86', 'osname': 'win', 'package': 'package'}

0 commit comments

Comments
 (0)