aboutsummaryrefslogtreecommitdiff
path: root/tests/test_vgstash.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Catch when an invalid list filter is passedzlg1-0/+4
Before, vgstash.DB.list_games() would default to 'allgames' and silently hide it when a filter wasn't found. This commit ensures that the vgstash package and CLI both indicate when an invalid filter is passed to them: * vgstash.DB.list_games() will return False on a failure to match; * vgstash_cli uses Click's Choice object to enforce the constraint
2018-10-10Move tests and data to dedicated directoryzlg1-0/+145
Also tweaked the export command to report correctly.
span>/+1 2017-05-208-1: Correct superfluous increment, commentzlg1-2/+1