Skip to content

Commit

Permalink
Merge branch 'qa/component_library_tests' of https://github.com/mckin…
Browse files Browse the repository at this point in the history
…sey/vizro into qa/component_library_tests

� Conflicts:
�	vizro-core/tests/e2e/test_component_library.py
�	vizro-core/tests/tests_utils/e2e_asserts.py
  • Loading branch information
l0uden committed Nov 20, 2024
2 parents 3d9f148 + a37ecb2 commit f328e1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vizro-core/tests/tests_utils/e2e_asserts.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import shutil
from pathlib import Path

import cv2
import imutils
import shutil
from hamcrest import assert_that, equal_to
from pathlib import Path


def _compare_images(expected_image, result_image):
Expand Down

0 comments on commit f328e1e

Please sign in to comment.