Skip to content
Snippets Groups Projects
Commit d48b7d55 authored by Rufai Omowunmi Balogun's avatar Rufai Omowunmi Balogun
Browse files

test climatology.py

parent f5228801
No related branches found
No related tags found
2 merge requests!3Dev-clean up,!1update test for sm_climatology module
...@@ -152,3 +152,6 @@ def test_get_climatology_stack(): ...@@ -152,3 +152,6 @@ def test_get_climatology_stack():
# captured = capsys.readouterr() # captured = capsys.readouterr()
# assert "Soil Moisture Stack created" in captured.out # assert "Soil Moisture Stack created" in captured.out
# assert "Climatology computation complete" in captured.out # assert "Climatology computation complete" in captured.out
if __name__ == "__main__":
pytest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment