aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Segundo2024-02-11 14:35:54 +0100
committerChristian Segundo2024-02-11 14:35:54 +0100
commitd1174938fa6feb0e1798fe33b231d32c6ead9575 (patch)
tree7680e5bdbd6329c9cc94b53fe5d8ba4ac7a5644d /tests
parent5665d64844964b23bd4190824f248adf337ed271 (diff)
downloadledger-fava-d1174938fa6feb0e1798fe33b231d32c6ead9575.tar.gz
bootstrap project
Diffstat (limited to 'tests')
-rw-r--r--tests/command.yaml19
1 files changed, 19 insertions, 0 deletions
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