testing threads with py.test
i’m a big fan of automated unit tests. my preferred testing utility is py.test. for most things it works pretty well and its super easy to use.
threads are tricky to deal with but especially while trying to test them if you have a lot going on at the same time. by default [...]




