do you know hypothesis / quickcheck?
do you know hypothesis / quickcheck?
hypothesis.readthedocs.io
Hypothesis for Django users — Hypothesis 6.104.2 documentation
We use this primarily for input generation for dialog tests.
Its a quickcheck implementation and found us quite alot of "weird" bugs. Like a not-exactly matching encoding of database and application.
Now we gained clean utf smileys in text fields m)
Highly recommend it.