Move test sources into main package
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