[TIP] Walking directories with nose

Titus Brown titus at caltech.edu
Thu Oct 18 10:43:12 PDT 2007


On Thu, Oct 18, 2007 at 02:21:08PM +0200, Lawrence Oluyede wrote:
-> Is it possible to tell nose to walk all the directories recursively
-> and execute everything it finds that looks like a test? Exactly the
-> py.test behavior, for example

nose does this, in various ways and various forms, already.  Are you
talking about a generic directory structure, e.g.

	nothing/special/in/any/names/or/files/oh/here/is/a/test

with no packages or anything inbetween?

cheers,
-titus



More information about the testing-in-python mailing list