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 serhiy.storchaka
Recipients ezio.melotti, lars.gustaebel, michael.foord, pitrou, serhiy.storchaka, zach.ware
Date 2013-06-15.14:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371305914.88.0.406502768054.issue18223@psf.upfronthosting.co.za>
In-reply-to
Content
test_tarfile already use parametric classes approach for constructing different tests. The proposed patch extends this approach to generating tests for different compression types.

In additional this patch:

* Makes test_tarfile discoverable.
* Uses more special tests (i.e. assertEqual, assertIs) instead of assertTrue.
* Adds explicit test skips instead of reporting skipped tests as passed.
* Wraps long lines.
History
Date User Action Args
2013-06-15 14:18:35serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel, pitrou, ezio.melotti, michael.foord, zach.ware
2013-06-15 14:18:34serhiy.storchakasetmessageid: <1371305914.88.0.406502768054.issue18223@psf.upfronthosting.co.za>
2013-06-15 14:18:34serhiy.storchakalinkissue18223 messages
2013-06-15 14:18:34serhiy.storchakacreate