FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 472bf13e authored by J.W. Smith's avatar J.W. Smith
Browse files

test: Reflect change in host map handling

...in recent commits to ews-coordinator and ews-epidemiology.
parent affcfcb6
No related branches found
No related tags found
No related merge requests found
......@@ -61,17 +61,7 @@ class BaseEpiTestSuite:
self.check_wildcard_exists_and_not_empty(data_input_root, "*deposition.csv")
self.check_wildcard_exists_and_not_empty(data_input_root, "*environment.csv")
map_spam_root = os.path.join(IntegrationTestUtils.TEST_OUT_PATH,
IntegrationTestUtils.TEST_JOB_DIR,
"EastAfrica",
"StemRust",
"input_data",
"wheat_area_frac_MapSPAM2010_EastAfrica*")
self.check_wildcard_exists_and_not_empty(map_spam_root, ".csv")
self.check_wildcard_exists_and_not_empty(map_spam_root, ".csv")
self.check_wildcard_exists_and_not_empty(data_input_root, "*host.csv")
def test_standard_run_input_all_plotting_files_produced(self):
input_csvs_root = os.path.join(IntegrationTestUtils.TEST_OUT_PATH,
......
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