Closed tnull closed 10 months ago
We want to explore using proptest to give us better test coverage of the many parameters the LSP (Client) could configure.
proptest
Good first candidates to benefit from it would be our testing of calculate_amount_to_forward and compute_opening_fee.
calculate_amount_to_forward
compute_opening_fee
We want to explore using
proptest
to give us better test coverage of the many parameters the LSP (Client) could configure.Good first candidates to benefit from it would be our testing of
calculate_amount_to_forward
andcompute_opening_fee
.