forlilab / Meeko

Interfacing RDKit and AutoDock
GNU Lesser General Public License v2.1
169 stars 41 forks source link

Improve Test Coverage for JSON Encoders and Decoders #128

Open psharma-sr opened 1 month ago

psharma-sr commented 1 month ago

Currently, the test cases for JSON Encoders and Decoders cover a single case involving complete and correct data, and with encoding happening immediately after decoding.

We need to add more test cases to cover any likely issues involving incomplete or mismatched data during serialization and deserialization.