tests: Hledger -> easytest

This commit is contained in:
Simon Michael 2018-09-04 12:25:52 -07:00
parent 09d9fbf487
commit 7370f2a553
2 changed files with 1 additions and 7 deletions

View File

@ -2,7 +2,6 @@
module Hledger (
module X
,tests_Hledger
,easytests_Hledger
)
where
@ -13,10 +12,6 @@ import Hledger.Reports as X
import Hledger.Query as X
import Hledger.Utils as X
tests_Hledger = TestList
[
]
easytests_Hledger = tests "Hledger" [
easytests_Data
,easytests_Query

View File

@ -255,8 +255,7 @@ testcmd opts _undefined = do
-- collected hledger-lib + hledger hunit tests
tests_Hledger_Cli_Commands = TestList [
tests_Hledger
,tests_Hledger_Cli_Commands_Balance
tests_Hledger_Cli_Commands_Balance
,tests_Hledger_Cli_Commands_Register
-- some more tests easiest to define here: