Skip to content

Commit 5a01206

Browse files
committed
Reduced size of test files
1 parent f454968 commit 5a01206

9 files changed

+9
-1124273
lines changed

changehc/tests/test_data/20200601_All_Outpatients_By_County.dat

Lines changed: 0 additions & 281066 deletions
This file was deleted.

changehc/tests/test_data/20200601_Counts_Products_Covid.dat

Lines changed: 0 additions & 281066 deletions
This file was deleted.
Binary file not shown.

changehc/tests/test_data/20200601_Counts_Products_Denom.dat

Lines changed: 0 additions & 281066 deletions
This file was deleted.
Binary file not shown.

changehc/tests/test_data/20200601_Covid_Outpatients_By_County.dat

Lines changed: 0 additions & 281066 deletions
This file was deleted.

changehc/tests/test_load_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
CONFIG = Config()
1313
PARAMS = {
1414
"indicator": {
15-
"input_denom_file": "test_data/20200601_Counts_Products_Denom.dat",
16-
"input_covid_file": "test_data/20200601_Counts_Products_Covid.dat",
17-
"drop_date": "2020-02-02"
15+
"input_denom_file": "test_data/20200601_Counts_Products_Denom.dat.gz",
16+
"input_covid_file": "test_data/20200601_Counts_Products_Covid.dat.gz",
17+
"drop_date": "2020-06-01"
1818
}
1919
}
2020
COVID_FILEPATH = PARAMS["indicator"]["input_covid_file"]

changehc/tests/test_sensor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
CONFIG = Config()
1212
PARAMS = {
1313
"indicator": {
14-
"input_denom_file": "test_data/20200601_Counts_Products_Denom.dat",
15-
"input_covid_file": "test_data/20200601_Counts_Products_Covid.dat",
16-
"drop_date": "2020-02-02"
14+
"input_denom_file": "test_data/20200601_Counts_Products_Denom.dat.gz",
15+
"input_covid_file": "test_data/20200601_Counts_Products_Covid.dat.gz",
16+
"drop_date": "2020-06-01"
1717
}
1818
}
1919
COVID_FILEPATH = PARAMS["indicator"]["input_covid_file"]

changehc/tests/test_update_sensor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
CONFIG = Config()
2020
PARAMS = {
2121
"indicator": {
22-
"input_denom_file": "test_data/20200601_All_Outpatients_By_County.dat",
23-
"input_covid_file": "test_data/20200601_Covid_Outpatients_By_County.dat",
24-
"drop_date": "2020-02-02"
22+
"input_denom_file": "test_data/20200601_All_Outpatients_By_County.dat.gz",
23+
"input_covid_file": "test_data/20200601_Covid_Outpatients_By_County.dat.gz",
24+
"drop_date": "2020-06-01"
2525
}
2626
}
2727
COVID_FILEPATH = PARAMS["indicator"]["input_covid_file"]

0 commit comments

Comments
 (0)