Re: Proposal: Use decorators in test suite for XFail, Skip, etc
From: Benjamin Peterson <benjamin_at_python.org>
Date: Sat, 5 Feb 2011 03:22:06 +0000 (UTC)
Hyrum K Wright <hyrum <at> hyrumwright.org> writes:
You should use isinstance(issues, int). Or even better see below.
> +def issue_deco(issues):
How about using *issues. Then you won't have to put issues in a list. Also you
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.