-
Couldn't load subscription status.
- Fork 297
Closed
Milestone
Description
Currently, there are some tests in iris that test grib handling but would preferably live in iris-grib. For instance #3469 has skipped 3 tests that fail due to needing changes in iris-grib that have not yet been released.
- tests/
__init__.py: move TestGribMessage class (do this last!) @lbdreyer Remove TestGribMessage (ported to iris-grib) #3672 Port TestGribMessage from iris iris-grib#203 - tests/system_test.py @pp-mo Remove obsolete test. #3662
- tests/test_grib_load_translations.py @pp-mo Port test_grib_load_translations from iris iris-grib#191 Remove grib-specific test. #3663
- tests/test_grib_save.py @lbdreyer Port tests from iris/tests/integration/test_grib_save.py iris-grib#198 Remove iris/tests/integration/test_grib_save.py #3669
- tests/test_grib_save_rules.py @lbdreyer Port tests from iris/tests/test_grib_save_rules.py from iris iris-grib#195 Remove tests/grib_save_rules.py which has been moved to iris-grib #3666
- tests/test_uri_callback.py @lbdreyer Port tests from iris/tests/test_uri_ccallback.py iris-grib#194 Remove uri callback test which is moved to iris-grib #3665
- tests/integration/test_grib2.py @lbdreyer Port tests from iris/tests/integration/test_grib2.py iris-grib#192 Remove test_grib2 integration tests #3664
- tests/integration/test_grib_load.py @pp-mo Removed iris.tests.integration.test_grib_load and related CML files. #3670 Import tests from iris.test.integration.test_grib load iris-grib#200
- tests/integration/test_pickle.py @pp-mo Removed grib-specific test to iris-grib. #3671 Port pickling test from Iris. iris-grib#201
- tests/integration/format_interop/: leave for now?