Re: [openstack-dev] [nova] unit tests method

2014-04-16 Thread Jay Pipes
On Wed, 2014-04-16 at 11:05 -0500, Ben Nemec wrote: > On 04/16/2014 08:11 AM, Jay Pipes wrote: > > On Wed, 2014-04-16 at 14:55 +0800, Chen CH Ji wrote: > >> Hi > >> There are 3 types of unit test existing now (stub, mox > >> and mock) > >> Several code reviewers su

Re: [openstack-dev] [nova] unit tests method

2014-04-16 Thread Ben Nemec
On 04/16/2014 08:11 AM, Jay Pipes wrote: On Wed, 2014-04-16 at 14:55 +0800, Chen CH Ji wrote: Hi There are 3 types of unit test existing now (stub, mox and mock) Several code reviewers suggest to use mock instead of using the other 2 and I am following it, but I

Re: [openstack-dev] [nova] unit tests method

2014-04-16 Thread Jay Pipes
On Wed, 2014-04-16 at 14:55 +0800, Chen CH Ji wrote: > Hi > There are 3 types of unit test existing now (stub, mox > and mock) > Several code reviewers suggest to use mock instead of > using the other 2 and I am following it, but I want to know where can > I find th

[openstack-dev] [nova] unit tests method

2014-04-16 Thread Chen CH Ji
Hi There are 3 types of unit test existing now (stub, mox and mock) Several code reviewers suggest to use mock instead of using the other 2 and I am following it, but I want to know where can I find the suggestion and guide line? Thanks Best Regard