Skip to content

remove assign category #1194

remove assign category

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

716 tests   - 1   715 ✅  - 1   9m 12s ⏱️ +20s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     1 ❌ ±0 

Results for commit cc79d57. ± Comparison against earlier commit d84f9ee.

Annotations

Check warning on line 0 in climada.util.test.test_files.TestDownloadUrl

See this annotation in the file changed.

@github-actions 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