From d1174938fa6feb0e1798fe33b231d32c6ead9575 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 11 Feb 2024 14:35:54 +0100 Subject: bootstrap project --- tests/command.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/command.yaml (limited to 'tests') diff --git a/tests/command.yaml b/tests/command.yaml new file mode 100644 index 0000000..5367caa --- /dev/null +++ b/tests/command.yaml @@ -0,0 +1,19 @@ +--- +command: + 'fava --version': + exit-status: 0 + stderr: [] + stdout: + - fava + + 'ledger2beancount --version': + exit-status: 0 + stderr: [] + stdout: + - ledger2beancount + + 'bean-check --version': + exit-status: 0 + stderr: [] + stdout: + - Beancount -- cgit v1.2.3