zio-config icon indicating copy to clipboard operation
zio-config copied to clipboard

Property based testing For TypesafeConfigReadWriteTest

Open shankarshastri opened this issue 4 years ago • 2 comments

As part of #408 , we worked on the fix. This issue will deal with property based tests for TypesafeConfigReadWriteTest.

shankarshastri avatar Oct 12 '20 07:10 shankarshastri

@afsalthaj , I have created the issue, please let me know how I can proceed. In the mean time I will explore property testing using zio-test.

shankarshastri avatar Oct 12 '20 08:10 shankarshastri

If you refer to some of the other tests in zio-config core module, you can see we making use of property based tests.

I think in this case all we need is generating keys and values for the fixed complex hocon structure.

afsalthaj avatar Oct 16 '20 21:10 afsalthaj