Skip to content

Added init file for gwpy.tests sub-package

Duncan Macleod requested to merge github/fork/duncanmmacleod/tests-package into develop

This PR adds /gwpy/tests/__init__.py, elevating gwpy.tests to a proper sub-package, enabling running the tests as:

py.test --pyargs gwpy

Merge request reports