[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#551985: ITP: python-dingus -- A record-then-assert mocking library



Package: wnpp
Severity: wishlist
Owner: David Watson <david@bashton.com>
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name    : python-dingus
  Version         : 0.1
  Upstream Author : Gary Bernhardt <gary.bernhardt@gmail.com>
* URL             : http://pypi.python.org/pypi/dingus
* License         : MIT
  Programming Lang: Python
  Description     : A record-then-assert mocking library

 
A dingus is sort of like a mock object. The main difference is that you don't
set up expectations ahead of time. You just run your code, using a dingus in
place of another object or class, and it will record what happens to it. Then,
once your code has been exercised, you can make assertions about what it did
to the dingus.


-- 
David Watson









Reply to: