Skip to content

Ensure all test files are distributed

Matthew Pitkin requested to merge distribute-tests into master

Moved @duncanmmacleod's PR from https://github.com/cwinpy/cwinpy/pull/2

This MR modifies the MANIFEST.in file to include all necessary test scripts and data files, so that the pytest suite can be run from the tarball. This should be used in the conda build, for example.

Merge request reports