haskoin-node-0.2.0: tests/Network/Haskoin/Node/Units.hs
module Network.Haskoin.Node.Units (tests) where
-- import Test.HUnit (Assertion, assertBool)
import Test.Framework (Test, testGroup)
-- import Test.Framework.Providers.HUnit (testCase)
-- TODO: Make sure that evalNewChain for a partially overlapping best chain
-- properly evaluates to BestChain.
tests :: [Test]
tests =
[ testGroup "Test Group"
[
]
]