marking1/alcohol_test1.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 05 Oct 2018 11:25:53 +0100
changeset 193 b8e3f32d6097
parent 158 f60e0908f80b
permissions -rw-r--r--
updated


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)