packages feed

foundation-0.0.20: tests/Test/Foundation/Format.hs

{-# LANGUAGE OverloadedStrings #-}
module Test.Foundation.Format
    ( testFormat
    ) where

import Foundation
import Foundation.Check
import Test.Foundation.Format.CSV


testFormat :: Test
testFormat = Group "Format"
  [ testFormatCSV
  ]