File: _astropy_init.py

package info (click to toggle)
asdf-astropy 0.3.0%2Bgithub-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 556 kB
  • sloc: python: 3,703; makefile: 109
file content (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import os

from astropy.tests.runner import TestRunner

__all__ = ["__version__", "test"]

from ._version import version as __version__

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