diff --git a/tests/__init__.py b/tests/__init__.py index 8b85ff7..f96d417 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -4,3 +4,7 @@ import hy from .native_tests.math import * from .native_tests.language import * + + +import native_tests.math # NOQA +# test loading twice