diff --git a/patacrep/songs/chordpro/test/test_parser.py b/patacrep/songs/chordpro/test/test_parser.py index 7f1c2586..55610bf4 100644 --- a/patacrep/songs/chordpro/test/test_parser.py +++ b/patacrep/songs/chordpro/test/test_parser.py @@ -28,15 +28,6 @@ class ParserTxtRenderer(unittest.TestCase): return with open("{}.sgc".format(self.basename), 'r', encoding='utf8') as sourcefile: with open("{}.txt".format(self.basename), 'r', encoding='utf8') as expectfile: - #print(os.path.basename(sourcefile.name)) - #with open("{}.txt.diff".format(self.basename), 'w', encoding='utf8') as difffile: - # difffile.write( - # str(chordpro.parse_song( - # sourcefile.read(), - # os.path.basename(sourcefile.name), - # )).strip() - # ) - # sourcefile.seek(0) self.assertMultiLineEqual( str(chordpro.parse_song( sourcefile.read(),