File: __init__.py

package info (click to toggle)
pytest-openfiles 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 96; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""
This package contains pytest plugins that are used by the astropy test suite.
"""

from .version import version as __version__