We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d7685 commit 7f0aae4Copy full SHA for 7f0aae4
skypy/_astropy_init.py
@@ -1,13 +1,8 @@
1
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2
-import os
3
4
-__all__ = ['__version__', 'test']
+__all__ = ['__version__']
5
6
try:
7
from .version import version as __version__
8
except ImportError:
9
__version__ = ''
10
-
11
-# Create the test function for self test
12
-from astropy.tests.runner import TestRunner
13
-test = TestRunner.make_test_runner_in(os.path.dirname(__file__))
0 commit comments