From c60505ba0a74ef3a8ee6cc49322d999e2c93e86c Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Fri, 12 Jul 2019 13:17:28 -0600 Subject: [PATCH] Add mash to full recipe --- tests/conftest.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 21043e4..743111f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -123,6 +123,16 @@ def app(): 'min_temperature': '60', 'max_temperature': '72', 'abv_tolerance': '10' + }, + 'mash': { + 'name': 'Single Infusion', + 'steps': [{ + 'name': 'Infusion', + 'type': 'Infusion', + 'temp': '152', + 'time': '60', + 'amount': '3.5' + }] } })