← Back to team overview

testtools-dev team mailing list archive

Re: [Merge] lp:~jelmer/testtools/stdout into lp:testtools

 

The background:

This would make some Samba code easier, it currently just uses:

try:
    from subunit.run import TestProgram
except ImportError:
    from unittest import TestProgram

and doesn't currently do any special casing when actually creating TestProgram.
-- 
https://code.launchpad.net/~jelmer/testtools/stdout/+merge/42946
Your team testtools developers is subscribed to branch lp:testtools.



References