Browse Source

Useless existence test

pull/172/head
Oliverpool 9 years ago
parent
commit
90c77201a9
  1. 2
      test/test_chordpro/test_parser.py

2
test/test_chordpro/test_parser.py

@ -98,8 +98,6 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest):
def test_parse_render(self):
"""Test that `base` is correctly parsed and rendered."""
if base is None or dest is None:
return
self.assertRender(base, dest)
test_parse_render.__doc__ = (

Loading…
Cancel
Save