komuw / naz

naz is an async SMPP client.
https://komuw.github.io/naz/
MIT License
39 stars 12 forks source link

more testing/fuzzing methods #83

Open komuw opened 5 years ago

komuw commented 5 years ago
  1. fuzzing
  2. mutation testing; https://cosmic-ray.readthedocs.io/en/latest/theory.html
  3. property based testing; https://hypothesis.readthedocs.io/en/latest/
komuw commented 4 years ago

We have already added some fuzzing; https://github.com/komuw/naz/pull/178