packages feed

mathblog-0.3: tests/src/InitTests.hs

module InitTests where

import Test.Framework
    ( testGroup
    , Test)

tests :: Test
tests = testGroup "blog initialization tests" [
        ]