summaryrefslogtreecommitdiff
path: root/tests/pyreverse/data/packages_colorized.puml
Commit message (Collapse)AuthorAgeFilesLines
* Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-261-4/+2
|
* `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-101-4/+4
| | | | | | | Using Paul Tol's colorblind palette. Also enable both hex codes and css/html color names Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
* Modify sources along with results of pr review.Takahide Nojima2021-10-261-0/+3
| | | | | | | - move "tests/prop_data/*" to "tests/data/." - make tests/data/property_pattern.py correctly executable. - remove class members not related to "property" from test/data/property_pattern.py. - modify tests of pyreverse to pass all tests.
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-0/+13
* Add option to produce colored output from ``pyreverse`` * Use indentation in PlantUML diagrams Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>