Is there something like 'autotest' for Python unittests?

后端 未结 11 1463
有刺的猬
有刺的猬 2020-12-23 11:28

Basically, growl notifications (or other callbacks) when tests break or pass. Does anything like this exist?

If not, it should be pretty easy to wri

11条回答
  •  难免孤独
    2020-12-23 12:01

    I just found this: http://www.metareal.org/p/modipyd/

    I'm currently using thumb.py, but as my current project transitions from a small project to a medium sized one, I've been looking for something that can do a bit more thorough dependency analysis, and with a few tweaks, I got modipyd up and running pretty quickly.

提交回复
热议问题