Re: unit tests guidelines...

2013-03-14 Thread Chip Childers
On Tue, Mar 05, 2013 at 05:42:55PM -0800, Alex Huang wrote: > With the discussion in the BVT thread and other evidence from the check-ins, > I think there are some confusion on when to and what to write in a unit test. > > Unit tests are a philosophy thing and I usually stay away from things like

Re: unit tests guidelines...

2013-03-06 Thread Prasanna Santhanam
On Wed, Mar 06, 2013 at 07:12:55AM +0530, Alex Huang wrote: > With the discussion in the BVT thread and other evidence from the > check-ins, I think there are some confusion on when to and what to > write in a unit test. > Not just unit-tests alone, most testing in general. There was an insightfu

Re: unit tests guidelines...

2013-03-06 Thread Wido den Hollander
On 03/06/2013 02:42 AM, Alex Huang wrote: With the discussion in the BVT thread and other evidence from the check-ins, I think there are some confusion on when to and what to write in a unit test. Unit tests are a philosophy thing and I usually stay away from things like that. If you are inte

Re: unit tests guidelines...

2013-03-05 Thread Ahmad Emneina
+1 to fostering guruism. On Tue, Mar 5, 2013 at 5:42 PM, Alex Huang wrote: > With the discussion in the BVT thread and other evidence from the > check-ins, I think there are some confusion on when to and what to write in > a unit test. > > Unit tests are a philosophy thing and I usually stay aw

unit tests guidelines...

2013-03-05 Thread Alex Huang
With the discussion in the BVT thread and other evidence from the check-ins, I think there are some confusion on when to and what to write in a unit test. Unit tests are a philosophy thing and I usually stay away from things like that. If you are interested in writing the right type unit tests,