Commit Graph

127 Commits

Author SHA1 Message Date
641feede74 space nested serializers 2021-03-17 19:55:34 +01:00
b48708652f delete model check fixes + sync log 2021-03-17 00:27:53 +01:00
c2addc1121 storage api test 2021-03-17 00:14:54 +01:00
a25109e16c added sync api test 2021-03-17 00:03:36 +01:00
ae81b10dbd added supermarket api test 2021-03-16 23:50:51 +01:00
4d6d84bf5b fixed some tests + added user pref tests 2021-03-16 23:46:54 +01:00
a8a132e2a1 fixed recipe book entry api and added test 2021-03-12 12:33:20 +01:00
3b0413c30e add test for recipe book 2021-03-12 10:50:08 +01:00
d767743b64 user name api test 2021-03-12 10:16:51 +01:00
e8f7caebd1 test unit api 2021-03-12 09:52:46 +01:00
a7b7272bec view log api test 2021-03-12 09:50:20 +01:00
d7402f60c5 meal plan api tests 2021-03-12 09:44:16 +01:00
d049cf6d3d ingredient test finished 2021-03-11 21:50:54 +01:00
fdcdf6a026 added food test 2021-03-11 18:23:00 +01:00
e7f8d58a7d added test for cook log 2021-03-10 21:25:18 +01:00
528f329ebb new keyword api test working 2021-03-10 20:31:00 +01:00
b9b7a125f0 more tests working but scopes broken 2021-03-10 19:46:08 +01:00
4742056223 tests basically working 2021-03-10 18:18:19 +01:00
5fd03e7cdc basics of pytest 2021-02-25 22:36:20 +01:00
29ab6cfb2d Merge branch 'develop' into feature/spaces
# Conflicts:
#	cookbook/views/data.py
#	cookbook/views/views.py
2021-02-25 15:59:32 +01:00
59b2da933d fixed tests 2021-02-25 08:27:22 +01:00
24b5cdff85 Merge pull request #459 from smilerz/fix-456
Fix 456
2021-02-25 08:14:55 +01:00
47090ce863 added tests for add keyword and add duplicate keyword 2021-02-24 18:52:43 -06:00
7f391c25a4 fixed test 2021-02-22 19:59:43 +01:00
58c6077925 basic test stuff 2021-02-20 22:56:29 +01:00
d7675d4b80 ingredients and helpers 2021-02-20 21:26:16 +01:00
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
cc980b2e8a fixed broken test for good and improved file api 2021-01-28 16:21:19 +01:00
93e965697a updated test to reflect new permission 2021-01-28 16:17:29 +01:00
fce293e722 fixed tests 2021-01-21 20:58:20 +01:00
b563447674 ingredient linking fixed + tests fixed 2021-01-19 21:26:20 +01:00
d99e523608 added pre commit hooks and some other workflow stuff 2021-01-14 00:00:26 +01:00
67581c7fa4 tests/api 2021-01-10 14:32:41 +01:00
bc1f28eda6 tests/edits 2021-01-10 14:23:52 +01:00
61daf9d5c9 tests/other 2021-01-10 14:16:28 +01:00
a37c77bb84 tests/views 2021-01-10 14:14:27 +01:00
6d2c48a1c8 tests/test_setup 2021-01-10 14:11:29 +01:00
fd255fd6ad added failing testcase for ingredient parser 2021-01-07 19:20:20 +01:00
8931fa8557 fix ingredient parser testcase
* call correct function
* flip assertion
2021-01-07 19:06:08 +01:00
bdd004518c verified and updated importer tests 2020-12-26 14:50:54 +01:00
840f5ec60d added ingredient parser test 2020-12-26 13:57:51 +01:00
0aec23fcdd added tests for recipe view permissions 2020-12-26 13:28:49 +01:00
cd46203d55 added permission classes for sharing + tests 2020-10-15 23:41:38 +02:00
90dddd34f3 removed test for invalid recipe as its no longer invalid due to parser improvements 2020-08-26 11:46:56 +02:00
0b948618f3 improved website parser 2020-08-26 11:37:59 +02:00
9b9fbd5cab added food api view tests 2020-07-09 22:19:24 +02:00
bfe9e794c5 added tests for unit api view 2020-07-09 22:13:33 +02:00
3e16361322 added keyword api tests 2020-07-09 22:00:14 +02:00
8e8c7fe563 fixed sync test 2020-07-09 00:43:09 +02:00
69d5e628c5 sync admin view + tests 2020-07-08 23:40:53 +02:00