summaryrefslogtreecommitdiffstats
path: root/test/test_freestyle.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-16Move tests to be organized within the source directory.Diego Elio Pettenò1-22/+0
This should simplify maintaining the tests in the long run, and allows mypy to more thoroughly check for types.
2020-03-08format code with blackBen1-5/+4
2019-05-16freestyle support: restore correct order of parameters.Diego Elio Pettenò1-0/+23
Also add a test so that we don't break this again in the future.