hy/tests/__init__.py
Paul Tagliamonte 636eec8f51 style fixes
2013-05-11 13:59:19 -04:00

13 lines
380 B
Python

#
import hy # noqa
from .native_tests.defclass import * # noqa
from .native_tests.math import * # noqa
from .native_tests.native_macros import * # noqa
from .native_tests.quote import * # noqa
from .native_tests.language import * # noqa
from .native_tests.unless import * # noqa
from .native_tests.when import * # noqa
from .native_tests.with_decorator import * # noqa