Context
As noted in PR #1106 review, the Test.Cardano.Api.Experimental test module has grown too long after adding property tests for calcMinFeeRecursive.
Proposed change
Move the calcMinFeeRecursive property tests and their supporting generators (genFundedSimpleTx, genFundedMultiAssetTx, genUnderfundedTx, genNonAdaUnbalancedTx, genMinUTxOViolatingTx, etc.) from Test.Cardano.Api.Experimental into a dedicated module, e.g. Test.Cardano.Api.Experimental.Fee.
Context
As noted in PR #1106 review, the
Test.Cardano.Api.Experimentaltest module has grown too long after adding property tests forcalcMinFeeRecursive.Proposed change
Move the
calcMinFeeRecursiveproperty tests and their supporting generators (genFundedSimpleTx,genFundedMultiAssetTx,genUnderfundedTx,genNonAdaUnbalancedTx,genMinUTxOViolatingTx, etc.) fromTest.Cardano.Api.Experimentalinto a dedicated module, e.g.Test.Cardano.Api.Experimental.Fee.