Have you seen https://hypothesis.readthedocs.io/en/latest/? although it’s python, it can also be pressed into service (with appropriate scaffolding) to non-python projects as well.
I knew there was one for Python but hadn’t seen that page. Thank you for posting it. I’m keeping it specifically because I liked how simply they explained regular testing, hypothesis testing, and what you should do with it. One of briefest intro’s for average developers that I’ve seen.
As eevee seems to be an active urwid contributer I had hoped to get some ideas on how to better test my urwid code.
So I’ll just keep hoping for the best…
I thought this was going to be an article on a QuickCheck alternative for imperative programs. Oh well.
Have you seen https://hypothesis.readthedocs.io/en/latest/? although it’s python, it can also be pressed into service (with appropriate scaffolding) to non-python projects as well.
I knew there was one for Python but hadn’t seen that page. Thank you for posting it. I’m keeping it specifically because I liked how simply they explained regular testing, hypothesis testing, and what you should do with it. One of briefest intro’s for average developers that I’ve seen.