Fix bugs from merging
This commit is contained in:
@@ -20,7 +20,7 @@ from .chrome import (
|
|||||||
is_expected_active_tab,
|
is_expected_active_tab,
|
||||||
is_expected_url_pattern_match,
|
is_expected_url_pattern_match,
|
||||||
is_added_to_steam_cart,
|
is_added_to_steam_cart,
|
||||||
is_expected_installed_extensions
|
is_expected_installed_extensions,
|
||||||
compare_pdf_images
|
compare_pdf_images
|
||||||
)
|
)
|
||||||
from .docs import (
|
from .docs import (
|
||||||
@@ -49,7 +49,7 @@ from .docs import (
|
|||||||
check_file_exists,
|
check_file_exists,
|
||||||
check_tabstops,
|
check_tabstops,
|
||||||
compare_contains_image,
|
compare_contains_image,
|
||||||
compare_docx_files_and_ignore_new_lines
|
compare_docx_files_and_ignore_new_lines,
|
||||||
compare_docx_images,
|
compare_docx_images,
|
||||||
compare_image_text,
|
compare_image_text,
|
||||||
compare_references
|
compare_references
|
||||||
@@ -72,7 +72,7 @@ from .general import (
|
|||||||
file_contains,
|
file_contains,
|
||||||
compare_terminal_and_txt,
|
compare_terminal_and_txt,
|
||||||
fuzzy_place_math,
|
fuzzy_place_math,
|
||||||
compare_python_pure_text
|
compare_python_pure_text,
|
||||||
diff_text_file,
|
diff_text_file,
|
||||||
literal_match
|
literal_match
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -46,3 +46,4 @@ PyYaml
|
|||||||
mutagen
|
mutagen
|
||||||
pytesseract
|
pytesseract
|
||||||
borb
|
borb
|
||||||
|
pdfplumber
|
||||||
|
|||||||
Reference in New Issue
Block a user