Skip to content

Commit

Permalink
cardano-api:test: Add TxBody roundtrip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cblp authored and newhoggy committed Apr 1, 2023
1 parent 4ce38b0 commit 5e63dda
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cardano-api/cardano-api.cabal
Expand Up @@ -215,26 +215,29 @@ test-suite cardano-api-test
, bytestring
, cardano-api
, cardano-api:gen
, cardano-data ^>= 0.1
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.0
, cardano-crypto-test ^>= 1.4
, cardano-crypto-tests ^>= 2.0
, cardano-data ^>= 0.1
, cardano-ledger-alonzo ^>= 0.1
, cardano-ledger-core ^>= 0.1
, cardano-ledger-shelley ^>= 0.1
, cardano-ledger-shelley-test ^>= 0.1
, cardano-slotting ^>= 0.1
, cardano-strict-containers ^>= 0.1
, containers
, hedgehog
, hedgehog-extras ^>= 0.4
, mtl
, ouroboros-consensus
, ouroboros-consensus-shelley
, QuickCheck
, cardano-ledger-shelley ^>= 0.1
, cardano-ledger-shelley-test ^>= 0.1
, tasty
, tasty-hedgehog
, tasty-quickcheck
, tasty-th
, time

other-modules: Test.Cardano.Api.Crypto
Expand All @@ -243,6 +246,7 @@ test-suite cardano-api-test
Test.Cardano.Api.KeysByron
Test.Cardano.Api.Ledger
Test.Cardano.Api.Metadata
Test.Cardano.Api.TxBody
Test.Cardano.Api.Typed.Address
Test.Cardano.Api.Typed.Bech32
Test.Cardano.Api.Typed.CBOR
Expand Down

0 comments on commit 5e63dda

Please sign in to comment.