qnbhd / mljet

Minimalistic ML-models auto deployment tool
MIT License
67 stars 4 forks source link

Fuzzing testing for generated services #96

Open qnbhd opened 1 year ago

qnbhd commented 1 year ago

To improve the quality of the generated services, you can perform fuzzing testing of the API for the generated services. Perhaps this should be done as a separate step for validation. Or make it a separate script and do it only during development.

CC: @pacifikus