test: Split spec tests into multiple subfolders

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-01-28 19:26:33 +01:00
committed by Wolfgang Walther
parent 8a722e2cfe
commit 927ff6f1e5
32 changed files with 126 additions and 124 deletions
@@ -1,4 +1,4 @@
module Feature.AsymmetricJwtSpec where
module Feature.Auth.AsymmetricJwtSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.AudienceJwtSecretSpec where
module Feature.Auth.AudienceJwtSecretSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.AuthSpec where
module Feature.Auth.AuthSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.BinaryJwtSecretSpec where
module Feature.Auth.BinaryJwtSecretSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.NoAnonSpec where
module Feature.Auth.NoAnonSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.NoJwtSpec where
module Feature.Auth.NoJwtSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.DisabledOpenApiSpec where
module Feature.OpenApi.DisabledOpenApiSpec where
import Network.HTTP.Types
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.IgnorePrivOpenApiSpec where
module Feature.OpenApi.IgnorePrivOpenApiSpec where
import Control.Lens ((^?))
@@ -1,4 +1,4 @@
module Feature.OpenApiSpec where
module Feature.OpenApi.OpenApiSpec where
import Control.Lens ((^?))
import Data.Aeson.Types (Value (..))
@@ -1,4 +1,4 @@
module Feature.ProxySpec where
module Feature.OpenApi.ProxySpec where
import Network.Wai (Application)
import Test.Hspec hiding (pendingWith)
@@ -1,4 +1,4 @@
module Feature.RootSpec where
module Feature.OpenApi.RootSpec where
import Network.HTTP.Types
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.AndOrParamsSpec where
module Feature.Query.AndOrParamsSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.DeleteSpec where
module Feature.Query.DeleteSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.EmbedDisambiguationSpec where
module Feature.Query.EmbedDisambiguationSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.EmbedInnerJoinSpec where
module Feature.Query.EmbedInnerJoinSpec where
import Network.HTTP.Types
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.HtmlRawOutputSpec where
module Feature.Query.HtmlRawOutputSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.InsertSpec where
module Feature.Query.InsertSpec where
import Data.List (lookup)
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.JsonOperatorSpec where
module Feature.Query.JsonOperatorSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.MultipleSchemaSpec where
module Feature.Query.MultipleSchemaSpec where
import Control.Lens ((^?))
import Data.Aeson.Lens
@@ -1,4 +1,4 @@
module Feature.NonexistentSchemaSpec where
module Feature.Query.NonexistentSchemaSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.QueryLimitedSpec where
module Feature.Query.QueryLimitedSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.QuerySpec where
module Feature.Query.QuerySpec where
import Network.Wai (Application)
import Network.Wai.Test (SResponse (simpleHeaders))
@@ -1,4 +1,4 @@
module Feature.RangeSpec where
module Feature.Query.RangeSpec where
import qualified Data.ByteString.Lazy as BL
@@ -1,4 +1,4 @@
module Feature.RawOutputTypesSpec where
module Feature.Query.RawOutputTypesSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.RpcSpec where
module Feature.Query.RpcSpec where
import qualified Data.ByteString.Lazy as BL (empty, readFile)
@@ -1,4 +1,4 @@
module Feature.SingularSpec where
module Feature.Query.SingularSpec where
import Network.Wai (Application)
import Network.Wai.Test (SResponse (..))
@@ -1,4 +1,4 @@
module Feature.UnicodeSpec where
module Feature.Query.UnicodeSpec where
import Network.Wai (Application)
@@ -1,4 +1,4 @@
module Feature.UpdateSpec where
module Feature.Query.UpdateSpec where
import Network.Wai (Application)
import Test.Hspec hiding (pendingWith)
@@ -1,4 +1,4 @@
module Feature.UpsertSpec where
module Feature.Query.UpsertSpec where
import Network.Wai (Application)