Cakes only mock patching
Based on issue #41
- for now an explicit Cake assignment is only supported
- assignments like
bakery_mock.attr = 1
is deprecated and will be removed in next releases. Now non-Cake value is being converted to Cake implicitly - Docs improvements (regarding testing)