Re: [openstack-dev] [Neutron] Should we clean resource first then do assert in test?

2014-11-18 Thread Miguel Angel Ajo Pelayo
18 To: OpenStack Development Mailing List (not for usage questions) [openstack-dev@lists.openstack.org] Subject: Re: [openstack-dev] [Neutron] Should we clean resource first then do assert in test? It's basically a style argument at this point. All resources are destroyed at the DB level at

Re: [openstack-dev] [Neutron] Should we clean resource first then do assert in test?

2014-11-18 Thread Kevin Benton
It's basically a style argument at this point. All resources are destroyed at the DB level at the end of each test regardless of what happens.[1] 1. https://github.com/openstack/neutron/blob/33c60c18cc78fb558ab8464c007559e44100ebba/neutron/tests/unit/testlib_api.py#L74 On Tue, Nov 18, 2014 at 7:3