Skip to content

Commit

Permalink
Unit tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Aug 3, 2023
1 parent 8e1357b commit 59bcf6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def test_sections(self):
"area_nm": "area",
"cmip_metadata": "e3sm_to_cmip/default_metadata.json",
"dpf": 30,
"e3sm_to_cmip_environment_commands": "",
"extra_vars": "",
"mapping_file": "MAPPING_FILE_TS",
"tpd": 1,
Expand All @@ -123,6 +124,7 @@ def test_sections(self):
"debug": False,
"dpf": 30,
"dry_run": False,
"e3sm_to_cmip_environment_commands": "",
"environment_commands": "",
"extra_vars": "",
"frequency": "monthly",
Expand Down Expand Up @@ -253,6 +255,7 @@ def test_subsections(self):
"area_nm": "area",
"cmip_metadata": "e3sm_to_cmip/default_metadata.json",
"dpf": 30,
"e3sm_to_cmip_environment_commands": "",
"extra_vars": "",
"tpd": 1,
"ts_fmt": "ts_only",
Expand Down Expand Up @@ -294,6 +297,7 @@ def test_subsections(self):
"debug": False,
"dpf": 30,
"dry_run": False,
"e3sm_to_cmip_environment_commands": "",
"environment_commands": "",
"extra_vars": "",
"frequency": "monthly",
Expand Down Expand Up @@ -331,6 +335,7 @@ def test_subsections(self):
"debug": False,
"dpf": 30,
"dry_run": False,
"e3sm_to_cmip_environment_commands": "",
"environment_commands": "",
"extra_vars": "",
"frequency": "monthly",
Expand Down

0 comments on commit 59bcf6b

Please sign in to comment.