| author | Christian Urban <urbanc@in.tum.de> | 
| Sat, 17 Nov 2018 13:06:17 +0000 | |
| changeset 205 | cf8f07cb4557 | 
| parent 158 | f60e0908f80b | 
| permissions | -rw-r--r-- | 
| 158 | 1  | 
|
2  | 
val url_alcohol_test =  | 
|
3  | 
"https://raw.githubusercontent.com/fivethirtyeight/data/master/alcohol-consumption/drinks.csv"  | 
|
4  | 
||
5  | 
val file_population_test =  | 
|
6  | 
"population.csv"  | 
|
7  | 
||
8  | 
assert(CW6b.get_csv_page(url_alcohol_test).size == 194)  | 
|
9  | 
||
10  | 
assert(CW6b.get_csv_file(file_population_test).size == 216)  | 
|
11  | 
||
12  |