Skip to content

Renamed gwpy.tests to gwpy.testing

Duncan Macleod requested to merge github/fork/duncanmmacleod/gwpy.testing into develop

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 of mock
  • gwpy.testing.fixtures - a box in which to put all of the generic fixtures we need, this is now imported from gwpy.conftest (which in turn is auto-imported by pytest)

Merge request reports