test_biblexmlconverter
Test the BiblexmlConverter class.
assertXmlEqual(got, want)
Check if two xml snippets are equal.
Source code in corpustools/test/test_biblexmlconverter.py
141 142 143 144 145 146 147 148 | |
check_conversion(testname, bible_xml)
Check that the bible xml is correctly converted.
Source code in corpustools/test/test_biblexmlconverter.py
157 158 159 160 161 162 163 164 165 166 167 168 | |
test_conversion(testname, bible_xml)
Test conversion of bible xml elements.
Source code in corpustools/test/test_biblexmlconverter.py
151 152 153 154 | |