Reorganise python tests in lalburst
Description
This merge moves the python tests for lalburst
into a dedicated subdirectory test/python/
. This enables testing the python library independently of the C library, which is useful when building for multiple python versions without rebuilding the C library (as we do for RPM and Conda, at least), via
make -C test/python check
This contains no functional changes to any of the tests.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
Edited by Ghost User