Skip to content

Commit

Permalink
Merge pull request #1097 from openvinotoolkit/sstrehlk/anomaly_valida…
Browse files Browse the repository at this point in the history
…tion_report_fix

sstrehlk/Extended conftest configuration for anomaly backend.
  • Loading branch information
sstrehlk authored May 10, 2022
2 parents cf3e4cf + 74cda9a commit 20c40bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions external/anomaly/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
# See the License for the specific language governing permissions
# and limitations under the License.

try:
import e2e.fixtures

from e2e.conftest_utils import * # noqa
from e2e.conftest_utils import pytest_addoption as _e2e_pytest_addoption # noqa
from e2e import config # noqa
from e2e.utils import get_plugins_from_packages
pytest_plugins = get_plugins_from_packages([e2e])
except ImportError:
_e2e_pytest_addoption = None
pass
import pytest
from ote_sdk.test_suite.pytest_insertions import (
get_pytest_plugins_from_ote,
Expand Down

0 comments on commit 20c40bb

Please sign in to comment.