1. 23
  1.  

  2. 2

    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…

    1. 1

      I thought this was going to be an article on a QuickCheck alternative for imperative programs. Oh well.

      1. 3

        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.

        1. 2

          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.