|
@ -36,7 +36,7 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest): |
|
|
os.path.dirname(__file__), |
|
|
os.path.dirname(__file__), |
|
|
'*.yaml', |
|
|
'*.yaml', |
|
|
))): |
|
|
))): |
|
|
base = songbook[:-len(".yaml")] |
|
|
base = os.path.splitext(songbook)[0] |
|
|
yield ( |
|
|
yield ( |
|
|
"test_latex_generation_{}".format(os.path.basename(base)), |
|
|
"test_latex_generation_{}".format(os.path.basename(base)), |
|
|
cls._create_generation_test(base), |
|
|
cls._create_generation_test(base), |
|
|