gnecula / bond

Spy-based testing library.
http://necula01.github.io/bond/
Other
7 stars 3 forks source link

refactor pybond support for unittest #2

Closed gnecula closed 8 years ago

gnecula commented 8 years ago

pybond has code that is specific to unittest. Refactor that code with a bridge, so we can easily add support for other testing frameworks.

gnecula commented 8 years ago

This is actually done, and it supports nosetest and py.test