Nose is absolutely the way to go for your testing needs. You can put
"__test__ = False" in modules or classes to stop test collection.
On Mon, Dec 12, 2011 at 5:44 AM, Thomas Bach wrote:
> Gelonida N writes:
>
>> Do I loose anything if using nose. or example can all unit tests / doc
>> tests st
Gelonida N writes:
> Do I loose anything if using nose. or example can all unit tests / doc
> tests still be run from nose?
AFAIK you don't loose anything by using nose – the unittests should all
be found and doctests can be run via `--with-doctest', I never used
doctests though.
regards
--
ht
On 12/12/2011 12:27 AM, Thomas Bach wrote:
> Gelonida N writes:
>
>> I'd like to use regular expresions as include / exclude rules
>> and I would like to have another filter function, which would check for
>> the existence of certain metavariabels in test suite files
>
> Did you have a look at n
Gelonida N writes:
> I'd like to use regular expresions as include / exclude rules
> and I would like to have another filter function, which would check for
> the existence of certain metavariabels in test suite files
Did you have a look at nose? I'm using it and it supports
include/exclude rule
Hi,
I'd like to have a custom test loder, which will filter out certain
tests or which just searches tests in certain directories.
I'd like to use regular expresions as include / exclude rules
and I would like to have another filter function, which would check for
the existence of certain metavar