Skip to content

Commit

Permalink
fix : tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Sep 20, 2024
1 parent 54c79f0 commit 6cf1035
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions test/functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
"""

0 comments on commit 6cf1035

Please sign in to comment.