TandoorRecipes/cookbook/tests/other
Andrew Jayne cffa731106 fix: ingredient parsing for non-latin languages
Before this change the ingredient string for non-latin
languages was not being parsed into the correct amount
or units when the food is found at the start of the
ingredient string.

This was because the regex being used was restricted to
latin characters.

With this change the amount and units are correctly
parsed from such a string.

Fixes https://github.com/TandoorRecipes/recipes/issues/1983
2022-08-07 21:37:59 +01:00
..
test_data fixed spuce eats test 2022-05-11 14:18:14 -05:00
__init__.py all tests migrated and improved 2021-03-17 22:10:58 +01:00
_recipes.py fixed spuce eats test 2022-05-11 14:18:14 -05:00
test_export.py some tweaks for new exporter 2022-02-03 18:00:02 +01:00
test_ingredient_parser.py fix: ingredient parsing for non-latin languages 2022-08-07 21:37:59 +01:00
test_makenow_filter.py stub out receip search tests 2022-02-08 20:23:49 -06:00
test_permission_helper.py testes and fixes for space, userspace and invitelink apis 2022-06-09 22:02:58 +02:00
test_recipe_full_text_search.py removed case insensitive get_or_create for units 2022-02-17 12:49:41 -06:00
test_url_import.py deprecated all old vue stuff and working on tests 2022-06-07 20:08:32 +02:00