We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9166d commit a320a9fCopy full SHA for a320a9f
tests/test_models.py
@@ -60,7 +60,6 @@ def test_estimate_near_end(patch_near_end_today):
60
estimate = models.Estimate.from_dict(PAYLOAD)
61
62
assert estimate.timezone == "Europe/Amsterdam"
63
- print("NOW", estimate.now())
64
assert estimate.now().date().isoformat() == "2021-07-21"
65
66
assert estimate.energy_production_today == 14679
0 commit comments