diff --git a/tests/test_3_template.py b/tests/test_3_template.py index 6ac69cee..6879310f 100644 --- a/tests/test_3_template.py +++ b/tests/test_3_template.py @@ -15,7 +15,7 @@ test_ok = {f for f in listdir(template_dirs) if not f.startswith('_') and isdir( test_ok -= excludes test_ok = list(test_ok) test_ok.sort() -#test_ok = ['20override'] +#test_ok = ['01base_file_include_content'] @fixture(scope="module", params=test_ok) @@ -79,7 +79,7 @@ async def test_dictionary(test_dir): [], list_results, ) - assert list_templates == list_results + assert list_templates == list_results, f'error with {test_dir}:' for result in list_results: template_file = join(dest_dir, result) assert islink(template_file) == islink(join(test_dir, 'result', result))