TandoorRecipes/cookbook/tests
Aaron 87d6ca0200
Fix ingredient parsing for fractions using '/'
Even though ingredients like '1 1/2 something' already worked fine and got converted to 1.5 something
I just came across a recipe using '1/2' as the whole amount without any whole number before that.
Apparently I overlooked that case before so I now also fixed that.
2021-02-14 18:43:38 +01:00
..
api tests/api 2021-01-10 14:32:41 +01:00
edits added pre commit hooks and some other workflow stuff 2021-01-14 00:00:26 +01:00
other Fix ingredient parsing for fractions using '/' 2021-02-14 18:43:38 +01:00
resources removed test for invalid recipe as its no longer invalid due to parser improvements 2020-08-26 11:46:56 +02:00
views fixed broken test for good and improved file api 2021-01-28 16:21:19 +01:00
__init__.py some basic tests 2020-02-02 22:09:30 +01:00
test_setup.py tests/test_setup 2021-01-10 14:11:29 +01:00