This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Rodrigue.Alcazar, ezio.melotti, michael.foord, ncoghlan, pitrou, r.david.murray
Date 2010-12-06.21:02:58
SpamBayes Score 3.4320684e-07
Marked as misclassified No
Message-id <1291669375.3579.2.camel@localhost.localdomain>
In-reply-to <1291668798.51.0.920627273789.issue9517@psf.upfronthosting.co.za>
Content
> I just tried using script_helper in a new test, so I have a couple of
> comments.
> 
> I don't see stdout and stderr being conflated, it looks to me like
> they are returned separately, at least by the assert methods.

That's because I wrote the assert methods since this issue was opened :)

> It would be a big help if 'err' were returned with the refcount line
> removed if it is there, which would make tests using the methods
> return the same 'err' regardless of whether they are run under a debug
> build or not.

Indeed.

> I think the names of the two assert functions should follow the
> current unit test conventions (assertPythonRunOK and
> asssertPythonRunNotOK, perhaps?)

Well, they are functions, not methods, so I don't think they have to
follow the other convention.
History
Date User Action Args
2010-12-06 21:03:00pitrousetrecipients: + pitrou, ncoghlan, ezio.melotti, r.david.murray, michael.foord, Rodrigue.Alcazar
2010-12-06 21:02:58pitroulinkissue9517 messages
2010-12-06 21:02:58pitroucreate