Skip to content

Refactored tests of gwpy.cli to work with pytest-4.0

Duncan Macleod requested to merge github/fork/duncanmmacleod/pytest-4 into develop

This PR refactors the test suite for gwpy.cli to be compatible with pytest-4.0.0, mainly by removing direct calling of fixtures. The suite itself is now a little harder to read, but it runs.

Merge request reports