| changeset 144 | 41a2b4f2c30c |
| parent 128 | fd03a2f06286 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing1/alcohol_test1.scala Tue Nov 14 13:14:47 2017 +0000 @@ -0,0 +1,12 @@ + +val url_alcohol_test = + "https://raw.githubusercontent.com/fivethirtyeight/data/master/alcohol-consumption/drinks.csv" + +val file_population_test = + "population.csv" + +assert(CW6b.get_csv_page(url_alcohol_test).size == 194) + +assert(CW6b.get_csv_file(file_population_test).size == 216) + +