diff --git a/tests/test_inputnml.py b/tests/test_inputnml.py
index 6117ef08c0bafd7cd837036c3e1c513be4c3f868..78bf73170855de7af78fab3093dcf3e95e890104 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