joealcorn / laboratory

Achieving confident refactoring through experimentation with Python 2.7 & 3.3+

Home Page:https://laboratory-python.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thoughts on returning result instead of control.value

ChuckWoodraska opened this issue · comments

What are your thoughts on returning the result object instead of the control value when you conduct an experiment? I thought it would be interesting to run experiments inside unit tests and assert on some of the values in the result.