Skip to content

Commit

Permalink
enable lcviz.test()
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 7, 2023
1 parent 26b0c73 commit 183a619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lcviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

import os
from astropy.tests.runner import TestRunner

try:
from .version import version as __version__
except ImportError:
Expand All @@ -15,3 +18,6 @@
from .tools import * # noqa
from .viewers import * # noqa
from .helper import * # noqa

# Create the test function for self test
test = TestRunner.make_test_runner_in(os.path.dirname(__file__))

0 comments on commit 183a619

Please sign in to comment.