Skip to content

Commit b73416b

Browse files
committed
Remove mocked test
- Revert "Use hedgehog to process error when deserialising address" This reverts commit 5ddcd5d. - Revert "Disable mock test for MacOS and Windows" This reverts commit db62111. - Revert "Reduce length of temporary socket filenames" This reverts commit 4ecf4fd. - Revert "Add mocked test for example in documentation" This reverts commit 2e8a54a.
1 parent 5af02fd commit b73416b

File tree

7 files changed

+0
-296
lines changed

7 files changed

+0
-296
lines changed

cardano-api/cardano-api.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,18 +337,14 @@ test-suite cardano-api-test
337337
hedgehog-extras,
338338
hedgehog-quickcheck,
339339
interpolatedstring-perl6,
340-
lifted-base,
341340
microlens,
342-
monad-control,
343341
mtl,
344-
network,
345342
ouroboros-consensus,
346343
ouroboros-consensus-cardano,
347344
ouroboros-consensus-protocol,
348345
ouroboros-network-api,
349346
plutus-ledger-api,
350347
tasty,
351-
tasty-expected-failure,
352348
tasty-hedgehog,
353349
tasty-quickcheck,
354350
text,
@@ -366,7 +362,6 @@ test-suite cardano-api-test
366362
Test.Cardano.Api.Genesis
367363
Test.Cardano.Api.GovAnchorValidation
368364
Test.Cardano.Api.IO
369-
Test.Cardano.Api.IPC
370365
Test.Cardano.Api.Json
371366
Test.Cardano.Api.KeysByron
372367
Test.Cardano.Api.Ledger

cardano-api/test/cardano-api-test/Test/Cardano/Api/IPC.hs

Lines changed: 0 additions & 284 deletions
This file was deleted.

cardano-api/test/cardano-api-test/cardano-api-test.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import Test.Cardano.Api.Experimental qualified
1717
import Test.Cardano.Api.Genesis qualified
1818
import Test.Cardano.Api.GovAnchorValidation qualified
1919
import Test.Cardano.Api.IO qualified
20-
import Test.Cardano.Api.IPC qualified
2120
import Test.Cardano.Api.Json qualified
2221
import Test.Cardano.Api.KeysByron qualified
2322
import Test.Cardano.Api.Ledger qualified
@@ -54,7 +53,6 @@ tests =
5453
, Test.Cardano.Api.Experimental.tests
5554
, Test.Cardano.Api.Genesis.tests
5655
, Test.Cardano.Api.IO.tests
57-
, Test.Cardano.Api.IPC.tests
5856
, Test.Cardano.Api.Json.tests
5957
, Test.Cardano.Api.KeysByron.tests
6058
, Test.Cardano.Api.Ledger.tests

cardano-api/test/cardano-api-test/files/input/ipc-mock/key.skey

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)