예제 #1
0
 def test_simple_read_xseed(self):
     """
     Currently just tests that all test X(SEED) files can be read without
     an error.
     """
     for f in self.xseed_files:
         _read_xseed(f)
예제 #2
0
파일: test_core.py 프로젝트: Brtle/obspy
 def test_simple_read_xseed(self):
     """
     Currently just tests that all test X(SEED) files can be read without
     an error.
     """
     for f in self.xseed_files:
         _read_xseed(f)