Minor: remove unused partial test.
This commit is contained in:
parent
c363e13cbf
commit
7c5cbf4267
@ -185,14 +185,6 @@ class TestEnDecode(unittest.TestCase):
|
|||||||
with self.assertRaises(decoder.BibDecodingError):
|
with self.assertRaises(decoder.BibDecodingError):
|
||||||
decoder.decode_bibdata("@misc{I am not a correct bibtex{{}")
|
decoder.decode_bibdata("@misc{I am not a correct bibtex{{}")
|
||||||
|
|
||||||
def test_endecode_preserves_type(self):
|
|
||||||
decoder = endecoder.EnDecoder()
|
|
||||||
entry = decoder.decode_bibdata(bibtex_raw0)
|
|
||||||
|
|
||||||
bibraw1 = decoder.encode_bibdata(
|
|
||||||
entry, ignore_fields=['title', 'note', 'abstract', 'journal'])
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user