hy/tests/__init__.py

9 lines
192 B
Python
Raw Normal View History

2013-03-06 00:39:34 +01:00
#
2013-03-10 03:01:59 +01:00
import hy # noqa
from .native_tests.math import * # noqa
from .native_tests.language import * # noqa
from .native_tests.unless import * # noqa
from .native_tests.when import * # noqa