Name: | python-dingus |
---|---|
Version: | 0.3.4 |
Release: | 7.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 39578 |
License: | MIT |
RPM: | python-dingus-0.3.4-7.el7.noarch.rpm |
Source RPM: | python-dingus-0.3.4-7.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/garybernhardt/dingus |
Summary: | A record-then-assert mocking library |
Description: | 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. |