From c73d50f97bb9678552aadd38eeccef04736f6384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Sun, 19 Jun 2005 12:15:07 +0000 Subject: [PATCH] * test didn't get included in the dist, revert name --- {test => tests}/archivetests.py | 0 {test => tests}/contexttests.py | 0 {test => tests}/fetchertests.py | 0 {test => tests}/installdbtests.py | 0 {test => tests}/packagedbtests.py | 0 {test => tests}/run.py | 0 {test => tests}/sandbox/files.xml | 0 {test => tests}/sandbox/sandbox.pspec | 0 {test => tests}/specfiletests.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/archivetests.py (100%) rename {test => tests}/contexttests.py (100%) rename {test => tests}/fetchertests.py (100%) rename {test => tests}/installdbtests.py (100%) rename {test => tests}/packagedbtests.py (100%) rename {test => tests}/run.py (100%) rename {test => tests}/sandbox/files.xml (100%) rename {test => tests}/sandbox/sandbox.pspec (100%) rename {test => tests}/specfiletests.py (100%) diff --git a/test/archivetests.py b/tests/archivetests.py similarity index 100% rename from test/archivetests.py rename to tests/archivetests.py diff --git a/test/contexttests.py b/tests/contexttests.py similarity index 100% rename from test/contexttests.py rename to tests/contexttests.py diff --git a/test/fetchertests.py b/tests/fetchertests.py similarity index 100% rename from test/fetchertests.py rename to tests/fetchertests.py diff --git a/test/installdbtests.py b/tests/installdbtests.py similarity index 100% rename from test/installdbtests.py rename to tests/installdbtests.py diff --git a/test/packagedbtests.py b/tests/packagedbtests.py similarity index 100% rename from test/packagedbtests.py rename to tests/packagedbtests.py diff --git a/test/run.py b/tests/run.py similarity index 100% rename from test/run.py rename to tests/run.py diff --git a/test/sandbox/files.xml b/tests/sandbox/files.xml similarity index 100% rename from test/sandbox/files.xml rename to tests/sandbox/files.xml diff --git a/test/sandbox/sandbox.pspec b/tests/sandbox/sandbox.pspec similarity index 100% rename from test/sandbox/sandbox.pspec rename to tests/sandbox/sandbox.pspec diff --git a/test/specfiletests.py b/tests/specfiletests.py similarity index 100% rename from test/specfiletests.py rename to tests/specfiletests.py