Updated test cases documentation

This commit is contained in:
Bartek Kryza
2021-07-29 19:24:04 +02:00
parent a285ea0781
commit b5733b2605
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ with open(r'tests/test_cases.yaml') as f:
tc.write("{}\n".format(test_case['description']))
# Write test config file
config = open('tests/{0}/.clanguml'.format(name), 'r').read()
config = open('tests/{0}/.clang-uml'.format(name), 'r').read()
tc.write("## Config\n")
tc.write("```yaml\n")
tc.write(config)