Skip to content

Commit c671213

Browse files
committed
Removed test file checks from check_setup.py, closes #34
1 parent 33591cb commit c671213

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

check_setup.py

-10
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ def check_for_file(file_name, not_found_message):
4545
"Unable to find summary statistics library functions for GrowthViz.",
4646
)
4747

48-
# Check for tests
49-
check_for_file(
50-
"tests/test_processdata.py",
51-
"Unable to find unit tests for GrowthViz data processing library functions.",
52-
)
53-
check_for_file(
54-
"tests/test_sumstats.py",
55-
"Unable to find unit tests for GrowthViz summary statistics library functions.",
56-
)
57-
5848
# Check for the CDC growth charts
5949
check_for_file(
6050
"growthviz-data/ext/bmiagerev.csv",

0 commit comments

Comments
 (0)