Merge branch 'coolneng'
This commit is contained in:
commit
1c1e5ba4dc
@ -7,24 +7,18 @@ from os import remove
|
|||||||
|
|
||||||
|
|
||||||
def test_dataset_request():
|
def test_dataset_request():
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
"""
|
"""
|
||||||
Checks that the datasets URLs are reachable
|
Checks that the datasets URLs are reachable
|
||||||
"""
|
"""
|
||||||
>>>>>>> coolneng
|
|
||||||
for dataset in DATASETS:
|
for dataset in DATASETS:
|
||||||
response = get(URL.format(dataset))
|
response = get(URL.format(dataset))
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
def test_dataframe_creation():
|
def test_dataframe_creation():
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
"""
|
"""
|
||||||
Verifes that the DataFrames are created and filtered properly
|
Verifes that the DataFrames are created and filtered properly
|
||||||
"""
|
"""
|
||||||
>>>>>>> coolneng
|
|
||||||
for dataset in DATASETS:
|
for dataset in DATASETS:
|
||||||
request_dataset(dataset)
|
request_dataset(dataset)
|
||||||
df = create_dataframe(dataset)
|
df = create_dataframe(dataset)
|
||||||
|
Loading…
Reference in New Issue
Block a user