Skip to content
Snippets Groups Projects
Commit 45425990 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

horizonhistory: enable doctest

parent aecd6c8a
No related branches found
No related tags found
No related merge requests found
EXTRA_DIST = fixtures.py iir_pipeline_test.py itac_test_01.py test_bank.xml test_coinc.py test_skymap.py
TESTS =
TESTS = \
stats_horizonhistory_verify.py
clean-local :
rm -f *.dump
rm -f *.avi
rm -f *.pyc
rm -vf *.avi
rm -vf *.dump
rm -vf *.log
rm -vf *.pyc
rm -vf *.trs
#!/usr/bin/env python
import doctest, sys
from gstlal.stats import horizonhistory
sys.exit(doctest.testmod(horizonhistory).failed)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment