Improve Test Coverage (#511)

* add recipe scaling notes

* test theme rename

* fix coverage call to use poetry

* remove print

* remove async

* consolidate test case data

* fix mealplan tests

* remove redundant else

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-06-13 13:09:44 -08:00
committed by GitHub
parent c325a49fc2
commit 2dc9c8e843
17 changed files with 249 additions and 230 deletions

3
tests/utils/helpers.py Normal file
View File

@@ -0,0 +1,3 @@
class MatchAny:
def __eq__(self, _: object) -> bool:
return True