#!/usr/bin/env python

import os
import sys

os.chdir(os.getenv('ADTTMP', '/tmp'))
import sunpy

sys.exit(sunpy.self_test(args='-k not figure and not online'))
