Closed xantares closed 8 years ago
see test/test_get.py:
def test_load_jpeg2000(self): width, height = imagesize.get(os.path.join(imagedir, "test.jp2")) self.assertEqual(width, 802) self.assertEqual(height, 670)
also, It could be great if you could setup travis integration to run these tests
BTW, can you perhaps please help me:
What is the right command to run this test/test_get.py?
test/test_get.py
I will add travis integration soon.
I use nosetests to run test.
$ nosetests test
I added. Thank you.
see test/test_get.py:
also, It could be great if you could setup travis integration to run these tests