From 6cf103528ea0eb1d5be006380d35c6938708b585 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 21 Sep 2024 01:22:36 +0330 Subject: [PATCH] fix : tests updated --- test/functions_test.py | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/test/functions_test.py b/test/functions_test.py index b0b3f59..ea6d309 100644 --- a/test/functions_test.py +++ b/test/functions_test.py @@ -56,13 +56,17 @@ 2. `chemex` - Chemex method 3. `cold-brew` - Cold brew method 4. `cold-brew-conc` - Cold brew concentrate method -5. `custom` - Custom brewing method -6. `espresso` - Espresso method -7. `french-press` - French press method -8. `moka-pot` - Moka pot method -9. `pour-over` - Pour-over method -10. `siphon` - Siphon method -11. `v60` - V60 method +5. `cupping` - Cupping method +6. `custom` - Custom brewing method +7. `espresso` - Espresso method +8. `french-press` - French press method +9. `lungo` - Lungo method +10. `moka-pot` - Moka pot method +11. `pour-over` - Pour-over method +12. `ristretto` - Ristretto method +13. `siphon` - Siphon method +14. `turkish` - Turkish method +15. `v60` - V60 method >>> test_params = {"method":"v60", "cups":2, "coffee":30, "water":335, "coffee_ratio": 3, "water_ratio":50, "info":"V60 method"} >>> calc_coffee(test_params) 20.1 @@ -156,11 +160,15 @@ 2. `chemex` - Chemex method 3. `cold-brew` - Cold brew method 4. `cold-brew-conc` - Cold brew concentrate method -5. `custom` - Custom brewing method -6. `espresso` - Espresso method -7. `french-press` - French press method -8. `moka-pot` - Moka pot method -9. `pour-over` - Pour-over method -10. `siphon` - Siphon method -11. `v60` - V60 method +5. `cupping` - Cupping method +6. `custom` - Custom brewing method +7. `espresso` - Espresso method +8. `french-press` - French press method +9. `lungo` - Lungo method +10. `moka-pot` - Moka pot method +11. `pour-over` - Pour-over method +12. `ristretto` - Ristretto method +13. `siphon` - Siphon method +14. `turkish` - Turkish method +15. `v60` - V60 method """