Skip to content

Commit

Permalink
Merge branch 'main' into feature-phoevos-ci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phoevos authored Sep 13, 2023
2 parents 4ea782f + bc0ff9f commit 293ea3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion driver/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.

from _pytest.config.argparsing import Parser


Expand All @@ -13,5 +16,5 @@ def pytest_addoption(parser: Parser):
" the same syntax as the pytest `-k` option, e.g. --filter 'kfp or katib' will run all"
" tests containing 'kfp' or 'katib' in their name, whereas --filter 'not kserve' will run"
" any test that doesn't contain 'kserve' in its name. Essentially, the option simulates"
" the behaviour of running `pytest -k '<filter>'` directly on the test suite."
" the behaviour of running `pytest -k '<filter>'` directly on the test suite.",
)

0 comments on commit 293ea3d

Please sign in to comment.