From d48b7d559d312bc1406b9de5cfd2fbe94a56d7ed Mon Sep 17 00:00:00 2001 From: Rufai Omowunmi Balogun <rbalogun@eurac.edu> Date: Tue, 10 Oct 2023 16:56:53 +0200 Subject: [PATCH] test climatology.py --- tests/test_climatology.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_climatology.py b/tests/test_climatology.py index c1f7520..3f07c47 100644 --- a/tests/test_climatology.py +++ b/tests/test_climatology.py @@ -152,3 +152,6 @@ def test_get_climatology_stack(): # captured = capsys.readouterr() # assert "Soil Moisture Stack created" in captured.out # assert "Climatology computation complete" in captured.out + +if __name__ == "__main__": + pytest.main() -- GitLab