aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to Qt 6 and Pillow 12tassaron2026-01-114-23/+35
| | | | and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major.
* move variable declaration closer to usage.tassaron2022-05-091-1/+1
|
* use pytest-qt to test actual export processtassaron2022-05-091-0/+30
|
* include test data in package, pytest-qt plugin for testing Qt event loop, ↵tassaron2022-05-093-23/+19
| | | | remove useless pytest fixtures
* tests for commandline argument parsingtassaron2022-04-263-5/+43
|
* add commandline option for tests. add first teststassaron2022-04-226-0/+56