diff options
| author | matin <matin.kaufmann@gmail.com> | 2025-09-12 00:02:09 +0200 |
|---|---|---|
| committer | matin <matin.kaufmann@gmail.com> | 2025-09-12 00:02:09 +0200 |
| commit | 7f11bb5218e56d26f02e1272ed66e9dfdbfe4fff (patch) | |
| tree | a0e358c08c9ebf69e362e32bf1d0d60c52c05615 /test.py | |
| parent | 98b2fa72b9f56ab415ec46d15cecd1898b9b2db1 (diff) | |
korrektes update der anger. zeiten wenn zeitraeume wegfallen
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -36,5 +36,13 @@ def test_calculate_prediction(): print(f"Predicted completion date: {prediction}") print(calendar_manager.list_entries()) + prediction_controller.make_prediction("2023-02-01", 2) + + prediction = prediction_controller.get_prediction() + + # Output the result + print(f"Predicted completion date: {prediction}") + print(calendar_manager.list_entries()) + # Run the test test_calculate_prediction()
\ No newline at end of file |
