aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-16vgstash_cli: 'export' with no filename prints to stdoutzlg1-0/+49
ZLG-Bug: 6
2020-08-02vgstash_cli: Show what happens to note datazlg1-0/+21
The 'notes -e' command used to always tell the user that the notes had been updated. This was incorrect. Now 'notes -e' will detect three states: * The note has been changed * The note has not been changed * The editor can't be loaded (set via EDITOR) ZLG-Bug: 3
2020-03-02Avoid a backtrace when editing notes on an invalid gamezlg1-0/+17
ZLG-Bug: 4
2019-04-30Release version 0.3 beta 4zlg2-5/+46
This release brings JSON import and export support.
2018-10-18cli: show msg if game to be deleted is not in DBzlg1-2/+10
2018-10-18cli: Tell the user when a game lacks noteszlg1-0/+9
2018-10-18Catch when an invalid list filter is passedzlg2-0/+11
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-12cli: Add zero-game import/export messageszlg1-4/+4
2018-10-10Move tests and data to dedicated directoryzlg3-0/+419
Also tweaked the export command to report correctly.
h/commit/scripts/helpers.sh?h=next&id=baecc58c1a1d246bbe032fcd0ca22106082d5db5&follow=1'>Update helpers a bitzlg1-2/+9 2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5