mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
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:
3
tests/utils/helpers.py
Normal file
3
tests/utils/helpers.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class MatchAny:
|
||||
def __eq__(self, _: object) -> bool:
|
||||
return True
|
||||
Reference in New Issue
Block a user