build.test.test_parsers.test_rst.test_citations.py Maven / Gradle / Ivy
#! /usr/bin/env python
# $Id: test_citations.py 5510 2008-02-15 09:23:07Z grubert $
# Author: David Goodger
# Copyright: This module has been placed in the public domain.
"""
Tests for states.py.
"""
from __init__ import DocutilsTestSupport
def suite():
s = DocutilsTestSupport.ParserTestSuite()
s.generateTests(totest)
return s
totest = {}
totest['citations'] = [
["""\
.. [citation] This is a citation.
""",
"""\