Source code for chandra_aca
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import ska_helpers
from .transform import *
def test(*args, **kwargs):
"""
Run py.test unit tests.
"""
import testr
return testr.test(*args, **kwargs)