Split StarWars tests in different modules

This commit is contained in:
Danny Navarro
2016-02-12 13:27:46 +01:00
parent a088c81944
commit 04d8d40b3a
6 changed files with 365 additions and 343 deletions

View File

@ -41,7 +41,9 @@ test-suite tasty
main-is: tasty.hs
ghc-options: -Wall
other-modules: Paths_graphql
Test.StarWars
Test.StarWars.Data
Test.StarWars.Schema
Test.StarWars.QueryTests
build-depends: base >= 4.6 && <5,
aeson >= 0.7.0.3,
text >= 0.11.3.1,