Commit Graph

260 Commits

Author SHA1 Message Date
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
e65c8436ef sync api view + tests 2020-07-08 23:28:28 +02:00
e83565b1f2 added api endpoints and tests 2020-07-08 23:19:39 +02:00
cdee31e9af tests working again 2020-06-29 16:43:53 +02:00
df912b8865 renamed recipeingredient to ingredient 2020-06-25 21:37:18 +02:00
f685253645 renamed ingredient to food 2020-06-25 21:24:03 +02:00
2c5e44d73c improved recipe parser, added tests, cleaned up resources 2020-06-24 21:22:23 +02:00
b6d98397b5 improved recipe import 2020-06-24 20:21:48 +02:00
dc91e1e8ed fixed url router and added recipe import test ressources 2020-06-22 23:35:18 +02:00
0368630c92 added more view tests 2020-06-17 15:25:16 +02:00
02c1ba0c71 structured and extended test 2020-06-17 15:06:29 +02:00
83cc8832cb improved duplicate testing code 2020-06-17 14:53:00 +02:00
14a5d43dc8 added complete test for user preference api 2020-06-17 14:33:55 +02:00
dee7249347 added sharing links and appropriate tests 2020-06-16 11:23:58 +02:00
1d9dc0f952 api permission tests 2020-04-27 17:57:43 +02:00
a9fe821067 added test for comments 2020-04-27 17:48:11 +02:00
c7b1b08516 updated tests 2020-04-27 17:13:43 +02:00
ad467fae28 added basic group permission system 2020-04-26 17:21:44 +02:00