tests: Move tests to modules corresponding to modules (unit) being tested

This commit is contained in:
Krishnan Parthasarathi 2017-01-17 18:51:01 +05:30 committed by Aditya Manthramurthy
parent 8be4f0a06f
commit 1f73204e38
3 changed files with 4 additions and 4 deletions

View File

@ -126,10 +126,10 @@ test-suite minio-hs-test
, Network.Minio.Data.Time
, Network.Minio.S3API
, Network.Minio.Sign.V4
, Network.Minio.Utils
, Network.Minio.XmlGenerator
, Network.Minio.XmlParser
, XmlTests
, Network.Minio.Utils
, Network.Minio.XmlGenerator.Test
source-repository head

View File

@ -1,4 +1,4 @@
module XmlTests where
module Network.Minio.XmlGenerator.Test where
import Protolude

View File

@ -12,7 +12,7 @@ import Control.Monad.Trans.Resource (runResourceT)
import Network.Minio
-- import Network.Minio.S3API
import XmlTests
import Network.Minio.XmlGenerator.Test
main :: IO ()
main = defaultMain tests