Skip to content
Snippets Groups Projects
Commit c4f2c004 authored by lkugler's avatar lkugler
Browse files

.

parent 6cfe9c82
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment