Skip to content

Commit

Permalink
Merge pull request #116 from serokell/dk318/#105-web-api-integration-…
Browse files Browse the repository at this point in the history
…tests

[#105] Web API integration tests
  • Loading branch information
DK318 committed Jun 16, 2022
2 parents e7f8f25 + 61aa20c commit 4decefc
Show file tree
Hide file tree
Showing 20 changed files with 1,520 additions and 640 deletions.
15 changes: 14 additions & 1 deletion coffer.cabal
Expand Up @@ -329,9 +329,18 @@ test-suite server-integration
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Integration
CopyAndRename.Common
CopyAndRename.CopyTest
CopyAndRename.RenameTest
Create.CreateTest
Delete.DeleteTest
DeleteField.DeleteFieldTest
Find.FindTest
SetField.SetFieldTest
Tag.TagTest
Tree
Utils
View.ViewTest
Paths_coffer
hs-source-dirs:
tests/server-integration
Expand Down Expand Up @@ -394,13 +403,17 @@ test-suite server-integration
, base >=4.14.3.0 && <5
, coffer
, extra
, http-client
, http-types
, lens
, lens-aeson
, process
, req
, syb
, tasty
, tasty-hunit
, text
, time
default-language: Haskell2010

test-suite test
Expand Down
4 changes: 4 additions & 0 deletions package.yaml
Expand Up @@ -171,10 +171,14 @@ tests:
- async
- coffer
- extra
- http-client
- http-types
- lens
- lens-aeson
- process
- req
- syb
- tasty
- tasty-hunit
- text
- time
61 changes: 0 additions & 61 deletions tests/api/package-lock.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/api/package-lock.json.license

This file was deleted.

14 changes: 0 additions & 14 deletions tests/api/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/api/package.json.license

This file was deleted.

0 comments on commit 4decefc

Please sign in to comment.