Skip to content

Move test sources into main package

Duncan Macleod requested to merge duncanmmacleod/pyseobnr:test-package into main

This MR moves the test/ sources into the pyseobnr/ package directory, effectively making a new pyseobnr.test subpackage.

This should mean that the tests are trivially distributed with the binary packages, and installed into all environments, enabling in-situ testing via

python -m pytest --pyargs pyseobnr.test

Merge request reports