Coverage for /opt/obspy/update-docs/src/obspy/obspy/imaging/tests/__init__ : 85%

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
# -*- coding: utf-8 -*-
# this code is needed to run the tests without any X11 or any other # display, e.g. via a SSH connection. Import it only once, else a nasty # warning occurs. # see also: http://matplotlib.sourceforge.net/faq/howto_faq.html except TypeError: # needed for matplotlib 0.91.2 matplotlib.use('AGG')
if __name__ == '__main__': unittest.main(defaultTest='suite') |