Skip to content

Rewrite of snglcoinc_verify.py using unittest to fix test errors on python3

This merge reimplements lalburst/test/snglcoinc_verify.py based on !272 (closed) using unittest, to fix the doctest incompatibilities between python2 and python3.

I recommend that all test scripts be re-written to not use doctest, given its fragility across python major versions.

Fixes #41 (closed)
Closes !272 (closed), !281 (closed)

/cc @kipp.cannon, @adam-mercer, @thomas.downes, @leo-singer

Merge request reports