20 Jul 00:07
Re: Overview of ETS 3.0 tests
From: Robert Kern <robert.kern@...>
Subject: Re: Overview of ETS 3.0 tests
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-19 22:07:14 GMT
Subject: Re: Overview of ETS 3.0 tests
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-19 22:07:14 GMT
On Sat, Jul 19, 2008 at 16:58, Ilan Schnell <ischnell@...> wrote: > Hi Prabhu, > The reason why test_all.py does not pick up the integration tests > is because nose does not pick them up. test_all.py just runs nose > in integrationtests as a subprocess. Note that things in integrationtests/ directories are not supposed to be part of the main test suite. "python setup.py test" should not run them. It is a place for tests that need to be manually run for visual verification or take very long or other such things that should not be automated. -- -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
RSS Feed