satpy.tests.writer_tests.test_ninjotiff module
Tests for the NinJoTIFF writer.
- class satpy.tests.writer_tests.test_ninjotiff.FakeImage(data, mode)[source]
Bases:
object
Fake image.
Init fake image.
- class satpy.tests.writer_tests.test_ninjotiff.TestNinjoTIFFWriter(methodName='runTest')[source]
Bases:
TestCase
The ninjo tiff writer tests.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.