From 5a14ee1805f85e6725bbdd368709c7f16faab211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Sun, 19 Jun 2005 12:02:33 +0000 Subject: [PATCH] * this looks like the std name --- {tests => test}/archivetests.py | 0 {tests => test}/contexttests.py | 0 {tests => test}/fetchertests.py | 0 {tests => test}/installdbtests.py | 0 {tests => test}/packagedbtests.py | 0 {tests => test}/run.py | 0 {tests => test}/sandbox/files.xml | 0 {tests => test}/sandbox/sandbox.pspec | 0 {tests => test}/specfiletests.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/archivetests.py (100%) rename {tests => test}/contexttests.py (100%) rename {tests => test}/fetchertests.py (100%) rename {tests => test}/installdbtests.py (100%) rename {tests => test}/packagedbtests.py (100%) rename {tests => test}/run.py (100%) rename {tests => test}/sandbox/files.xml (100%) rename {tests => test}/sandbox/sandbox.pspec (100%) rename {tests => test}/specfiletests.py (100%) diff --git a/tests/archivetests.py b/test/archivetests.py similarity index 100% rename from tests/archivetests.py rename to test/archivetests.py diff --git a/tests/contexttests.py b/test/contexttests.py similarity index 100% rename from tests/contexttests.py rename to test/contexttests.py diff --git a/tests/fetchertests.py b/test/fetchertests.py similarity index 100% rename from tests/fetchertests.py rename to test/fetchertests.py diff --git a/tests/installdbtests.py b/test/installdbtests.py similarity index 100% rename from tests/installdbtests.py rename to test/installdbtests.py diff --git a/tests/packagedbtests.py b/test/packagedbtests.py similarity index 100% rename from tests/packagedbtests.py rename to test/packagedbtests.py diff --git a/tests/run.py b/test/run.py similarity index 100% rename from tests/run.py rename to test/run.py diff --git a/tests/sandbox/files.xml b/test/sandbox/files.xml similarity index 100% rename from tests/sandbox/files.xml rename to test/sandbox/files.xml diff --git a/tests/sandbox/sandbox.pspec b/test/sandbox/sandbox.pspec similarity index 100% rename from tests/sandbox/sandbox.pspec rename to test/sandbox/sandbox.pspec diff --git a/tests/specfiletests.py b/test/specfiletests.py similarity index 100% rename from tests/specfiletests.py rename to test/specfiletests.py