Coverage for /opt/obspy/update-docs/src/obspy/obspy/gse2/tests/test_libgse1 : 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 libgse1 test suite. """
""" Test cases for libgse1. """ # directory where the test files are located
""" Tests verifying checksums for CM6 encoded GSE1 files. """ #1 #2 #3 #4 - second checksum is wrong 'rb')
if __name__ == '__main__': unittest.main(defaultTest='suite') |