From 717a24a76d84edbb222cdac76b6f53e08f792703 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 15 Aug 2018 12:03:13 +0100 Subject: [PATCH] fix unit tests func test --- tests/0unittests/unittests.test | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/0unittests/unittests.test b/tests/0unittests/unittests.test index 6c5fac496..6bbc0da36 100644 --- a/tests/0unittests/unittests.test +++ b/tests/0unittests/unittests.test @@ -1,4 +1,9 @@ # Run unit tests, making it easier to run all tests. +# 1. easytest tests passed $ hledger test ->2 /Errors: 0 Failures: 0$/ +> /tests passed, no failures!/ + +# 2. hunit tests passed +$ hledger test +> /Errors: 0 Failures: 0$/