Commit 535f0f46 authored by Tarek Ziadé's avatar Tarek Ziadé

fixed the test name

parent 0f9f597d
"""Tests for distutils.archive_util."""
__revision__ = "$Id:$"
__revision__ = "$Id$"
import unittest
import os
......@@ -40,7 +40,7 @@ class ArchiveUtilTestCase(support.TempdirManager,
self.assert_(os.path.exists(tarball))
@unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
def test_make_tarball(self):
def test_make_zipfile(self):
# creating something to tar
tmpdir = self.mkdtemp()
self.write_file([tmpdir, 'file1'], 'xxx')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment