1. 17 Jun, 2013 2 commits
    • Serhiy Storchaka's avatar
      Issue #18223: Refactor test_tarfile. · f9f3bfdd
      Serhiy Storchaka authored
      * Use mixins for generating tests for different compression types.
      * Make test_tarfile discoverable.
      * Use more special tests (i.e. assertEqual, assertIs) instead of assertTrue.
      * Add explicit test skips instead of reporting skipped tests as passed.
      * Wrap long lines.
      * Correct a comment for test_hardlink_extraction1.
      * Add support.requires_gzip.
      * Replace ImportError by  ModuleNotFoundError.
      
      and some other minor enhancements.
      f9f3bfdd
    • Serhiy Storchaka's avatar
      Issue #18223: Refactor test_tarfile. · 74512cec
      Serhiy Storchaka authored
      * Use mixins for generating tests for different compression types.
      * Make test_tarfile discoverable.
      * Use more special tests (i.e. assertEqual, assertIs) instead of assertTrue.
      * Add explicit test skips instead of reporting skipped tests as passed.
      * Wrap long lines.
      * Correct a comment for test_hardlink_extraction1.
      * Add support.requires_gzip.
      
      and some other minor enhancements.
      74512cec
  2. 16 Jun, 2013 18 commits
  3. 15 Jun, 2013 20 commits