diff options
| author | Christian Segundo | 2024-02-11 14:35:54 +0100 |
|---|---|---|
| committer | Christian Segundo | 2024-02-11 14:35:54 +0100 |
| commit | d1174938fa6feb0e1798fe33b231d32c6ead9575 (patch) | |
| tree | 7680e5bdbd6329c9cc94b53fe5d8ba4ac7a5644d /tests | |
| parent | 5665d64844964b23bd4190824f248adf337ed271 (diff) | |
| download | ledger-fava-d1174938fa6feb0e1798fe33b231d32c6ead9575.tar.gz | |
bootstrap project
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/command.yaml | 19 |
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 |