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