Skip to content

Remove redundant usetex test function

This PR removes the redundant _test_usetex function from gwpy.testing.fixtures, there is a near-identical function with the same name in gwpy.plot.tex that already does what we need, and is actually already used in the same logical block.

Merge request reports