LALBurst 2.0.8.1-bf6a62b
date_verify.py
Go to the documentation of this file.
1import doctest, sys
2from lalburst import date
3
4sys.exit(bool(doctest.testmod(date).failed))