Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Move test to all above
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Apr 13, 2021
1 parent 33d76cc commit f1109a0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import os

__all__ = ['__version__']
__all__ = ['__version__', 'test']

try:
from .version import version as __version__
Expand All @@ -11,4 +11,3 @@
# Create the test function for self test
from astropy.tests.runner import TestRunner
test = TestRunner.make_test_runner_in(os.path.dirname(__file__))
__all__ += ['test']

0 comments on commit f1109a0

Please sign in to comment.