Ilan Schnell | 20 Jul 00:14

Re: Overview of ETS 3.0 tests

Thanks Robert, this is important for me to know.  This means that
test_all.py
should not run anything in integrationtests either.

Robert Kern wrote:
> 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.
>
>   

Gmane