gnecula / bond

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

inconsistent terminology for spy_return and result= #10

Closed gnecula closed 8 years ago

gnecula commented 8 years ago

Since we cannot use "return" as a parameter key in the agent, we use "result". We should then change the terminology to be consistency: spy_result in the spy_point and .result as the spy point name,

gnecula commented 8 years ago

Fixed for pybond, leaving open for rbond

xkrogen commented 8 years ago

Fixed in rbond as well