config-file-validator
config-file-validator copied to clipboard
adding fuzz tests for validators
Address issue #189
- Adding a few fuzz tests for validators.
- Currently the tests only check if the validators don't panic or get hung. (FuzzHoconValidator does hang on some inputs)
Need some suggestions on how to verify the test inputs better.