[openstack-dev] [oslo] run tests using testr on Python 3

2014-04-08 Thread victor stinner
Hi, Olso Incubator runs tests using testr on Python 2, but it uses nosetests on Python 3 to only run a subset of the test suite (modules and tests ported to Python 3). In my latest patch for Oslo Incubator (gettext), Ben Nemec wrote: I think we could get around the nose issue by using a testr

Re: [openstack-dev] [oslo] run tests using testr on Python 3

2014-04-08 Thread Julien Danjou
On Tue, Apr 08 2014, victor stinner wrote: I would like to use testr because many Olso Incubator tests use testscenarios (which doesn't work with nosetests). What about using both for now, nosetests + testr for the files you need that have testscenarios? -- Julien Danjou ;; Free Software

Re: [openstack-dev] [oslo] run tests using testr on Python 3

2014-04-08 Thread Doug Hellmann
How many of the modules affected by this are slated to be moved to their own libraries during Juno? I would expect those libraries to be using testr, so can we just make the change as we graduate them? Doug On Tue, Apr 8, 2014 at 9:12 AM, victor stinner victor.stin...@enovance.com wrote: Hi,

Re: [openstack-dev] [oslo] run tests using testr on Python 3

2014-04-08 Thread Ben Nemec
On 04/08/2014 08:12 AM, victor stinner wrote: Hi, Olso Incubator runs tests using testr on Python 2, but it uses nosetests on Python 3 to only run a subset of the test suite (modules and tests ported to Python 3). In my latest patch for Oslo Incubator (gettext), Ben Nemec wrote: I think we