Refactored tests of gwpy.cli to work with pytest-4.0
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.
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.