Feature/move tests to integration by NicolasColombi · Pull Request #709 · CLIMADA-project/climada_python
added 4 commits
April 26, 2023 15:51Move test: test_calc_geom_impact_polys situated in: climada/util/test/test_lines_polys_handler.py:289 to: climada/test/test_util.py the test takes around 16 seconds
Tests moved: 1) climada/hazard/test/test_storm_europe/test_icon_read (~ 4.5 sec) 2 ) climada/hazard/test/test_storm_europe/test_from_footprints (~ 6 sec) Destination: 1) climada/test/test_hazard/test_icon_read 2) climada/test/test_hazard/test_from_footprints
Move tests: 1) climada/hazard/test/test_base/test_write_read_pass (4.5 sec) 2)climada/hazard/test/test_base/test_raster_to_vector_pass (3.5 sec) 3)climada/hazard/test/test_base/test_reproject_raster_pass (3.6 sec) Destination: 1) climada/test/test_hazard/test_write_read_pass 2) climada/test/test_hazard/test_raster_to_vector_pass 3) climada/test/test_hazard/test_reproject_raster_pass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters