From 26ab2a3acb2275907f4a6d9bbdde6e90d5d90d42 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 5 Apr 2010 02:22:25 +0200 Subject: [PATCH] Rename test directory --- tests/__init__.py | 2 +- tests/data/{foo => foo dir}/bar/t.txt | 0 tests/data/{foo => foo dir}/t.txt | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/data/{foo => foo dir}/bar/t.txt (100%) rename tests/data/{foo => foo dir}/t.txt (100%) diff --git a/tests/__init__.py b/tests/__init__.py index 45c297f..0a9bee8 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -73,7 +73,7 @@ class ArchiveTest (unittest.TestCase): if singlefile: topack = os.path.join(datadir, 'foo .txt') else: - topack = os.path.join(datadir, 'foo ') + topack = os.path.join(datadir, 'foo dir') # The format and encoding arguments are needed for creating # archives with unusual file extensions. kwargs = dict( diff --git a/tests/data/foo /bar/t.txt b/tests/data/foo dir/bar/t.txt similarity index 100% rename from tests/data/foo /bar/t.txt rename to tests/data/foo dir/bar/t.txt diff --git a/tests/data/foo /t.txt b/tests/data/foo dir/t.txt similarity index 100% rename from tests/data/foo /t.txt rename to tests/data/foo dir/t.txt