Re: Advice on unit testing reactive handlers?

2016-04-10 Thread Stuart Bishop
On 10 April 2016 at 22:31, Pete Vander Giessen wrote: > Hello All, > > I'm currently working on writing a layered charm, and I had a question about > unit (or unit-ish) testing. Is it practical to write unit test for, say, > helpers for a reactive handler? Does anybody have any favorite examples t

Advice on unit testing reactive handlers?

2016-04-10 Thread Pete Vander Giessen
Hello All, I'm currently working on writing a layered charm, and I had a question about unit (or unit-ish) testing. Is it practical to write unit test for, say, helpers for a reactive handler? Does anybody have any favorite examples they can point me at? There's a lot of awesome automagic in a ju