ballerina-platform / nballerina

Ballerina compiler that generates native executables.
https://ballerina.io/
Apache License 2.0
138 stars 46 forks source link

Always show seed used for property based test on failures #1202

Closed heshanpadmasiri closed 1 year ago

heshanpadmasiri commented 1 year ago

Purpose

Currently property based testing don't have the ability to convert some complex types (such as XML) to string. This is to make sure even in such a case we still get the seed used so we can reproduce the test.