Updated test cases documentation
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
* [t00025](./test_cases/t00025.md) - Template proxy pattern
|
||||
* [t00026](./test_cases/t00026.md) - Template memento pattern
|
||||
* [t00027](./test_cases/t00027.md) - Template decorator pattern
|
||||
* [t00028](./test_cases/t00028.md) - PlantUML note decorator test case
|
||||
## Sequence diagrams
|
||||
* [t20001](./test_cases/t20001.md) - Basic sequence diagram
|
||||
## Configuration diagrams
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user