Coverage for /opt/obspy/update-docs/src/obspy/obspy/datamark/tests/test_core : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
#!/usr/bin/env python # -*- coding: utf-8 -*- The obspy.datamark.core test suite. """
""" Test cases for libgse2 core interface """ # directory where the test files are located
""" Read files via obspy.core.stream.read function. """ # 1 UTCDateTime('2010-03-03T02:00:00.000000Z')) UTCDateTime('2010-03-03T02:00:59.990000Z')) UTCDateTime('2010-03-03T02:00:00.000000Z'))
""" Read files via obspy.datamark.core.readDATAMARK function. """ # 1 UTCDateTime('2010-03-03T02:00:00.000000Z')) UTCDateTime('2010-03-03T02:00:59.990000Z')) UTCDateTime('2010-03-03T02:00:00.000000Z'))
if __name__ == '__main__': unittest.main(defaultTest='suite') |