From 07ecbb168eeb659f35f8a1b92c0cb9d760e35082 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 20 Nov 2012 14:29:20 -0800 Subject: [PATCH] Renamed various django tests.py to test_module.py It appears by default py.test was looking for packages named test_, since it wasn't finding the tests.py modules. This seemed like a reasonable alternative convention. --- .../frontend/experiments/{tests.py => test_experiments.py} | 0 htsworkflow/frontend/inventory/{tests.py => test_inventory.py} | 0 htsworkflow/frontend/labels/{tests.py => test_labels.py} | 0 htsworkflow/frontend/samples/{tests.py => test_samples.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename htsworkflow/frontend/experiments/{tests.py => test_experiments.py} (100%) rename htsworkflow/frontend/inventory/{tests.py => test_inventory.py} (100%) rename htsworkflow/frontend/labels/{tests.py => test_labels.py} (100%) rename htsworkflow/frontend/samples/{tests.py => test_samples.py} (100%) diff --git a/htsworkflow/frontend/experiments/tests.py b/htsworkflow/frontend/experiments/test_experiments.py similarity index 100% rename from htsworkflow/frontend/experiments/tests.py rename to htsworkflow/frontend/experiments/test_experiments.py diff --git a/htsworkflow/frontend/inventory/tests.py b/htsworkflow/frontend/inventory/test_inventory.py similarity index 100% rename from htsworkflow/frontend/inventory/tests.py rename to htsworkflow/frontend/inventory/test_inventory.py diff --git a/htsworkflow/frontend/labels/tests.py b/htsworkflow/frontend/labels/test_labels.py similarity index 100% rename from htsworkflow/frontend/labels/tests.py rename to htsworkflow/frontend/labels/test_labels.py diff --git a/htsworkflow/frontend/samples/tests.py b/htsworkflow/frontend/samples/test_samples.py similarity index 100% rename from htsworkflow/frontend/samples/tests.py rename to htsworkflow/frontend/samples/test_samples.py -- 2.30.2