LALBurst 2.0.7.1-eeff03c
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))