zio / zio-config

Easily use and document any config from anywhere in ZIO apps
https://zio.dev/zio-config
Apache License 2.0
227 stars 111 forks source link

Property based testing For TypesafeConfigReadWriteTest #417

Open shankarshastri opened 3 years ago

shankarshastri commented 3 years ago

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

shankarshastri commented 3 years ago

@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.

afsalthaj commented 3 years ago

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.