haskoin-node-0.2.0: tests/Network/Haskoin/Node/Tests.hs
module Network.Haskoin.Node.Tests (tests) where
import Test.Framework (Test, testGroup)
-- import Test.Framework.Providers.QuickCheck2 (testProperty)
tests :: [Test]
tests =
[ testGroup "Serialize & de-serialize haskoin node types to JSON"
[
]
]