changeset 144 | 716042628398 |
parent 128 | 166bb9b6b20a |
--- /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) + +