Dirk's test framework uses a naming convention to distinguish test
drivers from other python files. This means a set of test drivers can
use shared modules which are ignored as tests.

The SCons test framework treats every .py file as a test driver. This
finds the specially named driver files but also treats the common files
as tests. Since the common files only contain definitions there are no
failing tests because of this, but it does mean the test count is wrong
and that there are spurious tests attempted with neither a pass nor a
fail.

I can't immediately think of a cure for this.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:[email protected]
41 Buckmaster Road    m: +44 7770 465 077   xmpp: [email protected]
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Scons-dev mailing list
[email protected]
http://two.pairlist.net/mailman/listinfo/scons-dev

Reply via email to