From f54e645dbf5aa06c84a71293f6467526d4dc6be7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 15 Jul 2021 09:57:16 -1000 Subject: [PATCH] test: ui: outliner tip --- hledger-ui/test/uitest.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hledger-ui/test/uitest.org b/hledger-ui/test/uitest.org index 38e0dee67..c9c5306b1 100644 --- a/hledger-ui/test/uitest.org +++ b/hledger-ui/test/uitest.org @@ -5,6 +5,11 @@ try some or all of these things. Additions welcome. Expected output, at least the first few lines of it, as copied from an 80x25 terminal, is shown below each step. +This is an org outline. When you're familiar with these tests, +you can view it in Emacs org mode with all body text hidden, +showing just the test steps and brief expected result - makes +it quicker to run through them. + Another source of tests is the tutorial at https://hledger.org/ui.html, which has nice screenshots, but might be less up to date.