tests: Move tests to modules corresponding to modules (unit) being tested
This commit is contained in:
parent
8be4f0a06f
commit
1f73204e38
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
module XmlTests where
|
||||
module Network.Minio.XmlGenerator.Test where
|
||||
|
||||
import Protolude
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user