Coverage for /opt/obspy/update-docs/src/obspy/obspy/core/tests/test_util_flinnengdahl : 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 -*-
os.path.dirname(__file__), 'data', 'flinnengdahl.csv' )
region, checked_region, msg="%f, %f got %s instead of %s" % ( longitude, latitude, region, checked_region ) )
if __name__ == '__main__': unittest.main(defaultTest='suite') |