Renamed gwpy.tests to gwpy.testing
This PR renames the gwpy.tests
module to gwpy.testing
and improves some of the test infrastructure. This change mainly reflects the fact that the module contains test helpers, but no actual tests.
Included in this PR are two new modules:
-
gwpy.testing.compat
- just providing an import ofmock
-
gwpy.testing.fixtures
- a box in which to put all of the generic fixtures we need, this is now imported fromgwpy.conftest
(which in turn is auto-imported bypytest
)