fix: check_and_call_extract_file uses the first matching method and options, instead of the first matching method and last matching options #252
Annotations
4 errors
Run test via Tox:
tests\messages\test_frontend.py#L1484
test_parse_mapping[cfg]
AssertionError: assert 5 == 4
+ where 5 = len([('special.py', 'tests.messages.utils:custom_extractor'), ('**.py', 'python'), ('**/templates/**.html', 'genshi'), ('**/templates/**.txt', 'genshi'), ('**/custom/*.*', 'tests.messages.utils:custom_extractor')])
|
Run test via Tox:
tests\messages\test_frontend.py#L1484
test_parse_mapping[toml]
AssertionError: assert 5 == 4
+ where 5 = len([('special.py', 'tests.messages.utils:custom_extractor'), ('**.py', 'python'), ('**/templates/**.html', 'genshi'), ('**/templates/**.txt', 'genshi'), ('**/custom/*.*', 'tests.messages.utils:custom_extractor')])
|
Run test via Tox:
tests\messages\test_frontend.py#L1484
test_parse_mapping[pyproject-toml]
AssertionError: assert 5 == 4
+ where 5 = len([('special.py', 'tests.messages.utils:custom_extractor'), ('**.py', 'python'), ('**/templates/**.html', 'genshi'), ('**/templates/**.txt', 'genshi'), ('**/custom/*.*', 'tests.messages.utils:custom_extractor')])
|
Run test via Tox
Process completed with exit code 1.
|
Loading