remove assign category #1194
GitHub Actions / Core / Unit Test Results (3.11)
failed
Feb 5, 2025 in 0s
1 fail, 715 pass in 9m 12s
Annotations
Check warning on line 0 in climada.util.test.test_files.TestDownloadUrl
github-actions / Core / Unit Test Results (3.11)
test_wrong_url_fail (climada.util.test.test_files.TestDownloadUrl) failed
tests_xml/tests.xml [took 0s]
Raw output
AssertionError: ValueError not raised
self = <climada.util.test.test_files.TestDownloadUrl testMethod=test_wrong_url_fail>
def test_wrong_url_fail(self):
"""Error raised when wrong url."""
url = "https://ngdc.noaa.gov/eog/data/web_data/v4composites/F172012.v4.tar"
try:
> with self.assertRaises(ValueError):
E AssertionError: ValueError not raised
climada/util/test/test_files.py:41: AssertionError
Loading