Commit Graph

147 Commits

Author SHA1 Message Date
0640a265fc added test for spruce eats 2021-04-17 13:42:56 -05:00
987be4b04d Fix after rebase 2021-04-16 09:02:27 -05:00
01f504f7b1 updated tests to handle html decoding 2021-04-16 09:02:03 -05:00
468b986314 updated tests 2021-04-16 09:02:03 -05:00
0953af05fc Revert "bug fix url import"
This reverts commit 4ab8ca51e812d02911f4da801767612e52953a23.
2021-04-16 09:02:03 -05:00
43c808380d updated migration 2021-04-16 09:02:03 -05:00
7ab8b84044 updated recipe targets in tests to reflect html decoding 2021-04-16 09:02:03 -05:00
a84c41e29f bug fix url import 2021-04-16 09:02:03 -05:00
436a070730 bug fix tests 2021-04-16 09:02:03 -05:00
2fe6788ce5 bug fix url import 2021-04-16 09:02:03 -05:00
747d146389 recipe import tests 2021-04-16 09:02:03 -05:00
c6739ba8e0 add data for url_import test 2021-04-16 09:02:02 -05:00
8d02cad7d9 resolved deprecation warnings introduced in django 3.2 2021-04-12 14:12:04 -05:00
b37fc4e24f fixed tests to work in batch mode 2021-04-11 22:05:27 -05:00
de9456e3d7 import log api 2021-03-18 18:48:29 +01:00
76eeed1a77 all tests migrated and improved 2021-03-17 22:10:58 +01:00
ad0d802e41 more tests 2021-03-17 21:18:54 +01:00
e41464cb31 recipe api test 2021-03-17 20:53:12 +01:00
ab3f7bf671 step api test 2021-03-17 20:46:49 +01:00
e968a57c06 shopping list api tests and refactors 2021-03-17 20:42:17 +01:00
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