Compare commits
No commits in common. "6d5ba4de251d36822a1d12525f2d8e4b1055c943" and "4173a43b90d926603c11d14094cb8ebd985db68e" have entirely different histories.
6d5ba4de25
...
4173a43b90
@ -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