You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
182 B

8 years ago
  1. import unittest
  2. from nd2reader.reader import ND2Reader
  3. class TestReader(unittest.TestCase):
  4. def test_extension(self):
  5. self.assertTrue('nd2' in ND2Reader.class_exts())