From c4f2c0045764240228d70a710b153919e8ecd1ce Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Thu, 1 Jun 2023 00:09:01 +0200 Subject: [PATCH] . --- tests/test_inputnml.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_inputnml.py b/tests/test_inputnml.py index 6117ef0..78bf731 100644 --- a/tests/test_inputnml.py +++ b/tests/test_inputnml.py @@ -53,5 +53,13 @@ def test_input_nml(): os.remove(test_output) +def test_get_list_of_localizations(): + + output = dart_nml._get_list_of_localizations() + assert (['SYNOP_TEMPERATURE'], [0.0015698587127158557], [1274000.0], [-1]) == output + + if __name__ == '__main__': test_input_nml() + + test_get_list_of_localizations() \ No newline at end of file -- GitLab