Separation of test and source 25/16925/1
authorMark Beierl <mark.beierl@emc.com>
Thu, 14 Jul 2016 20:20:44 +0000 (16:20 -0400)
committerMark Beierl <mark.beierl@emc.com>
Thu, 14 Jul 2016 20:20:44 +0000 (16:20 -0400)
Moving the test files into their own top-level
directory to keep things clean

Change-Id: Ic50b881045bc59b003807923424345b335dd5c95
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
16 files changed:
ci/verify.sh
tests/__init__.py [moved from storperf/tests/__init__.py with 100% similarity]
tests/carbon_tests/__init__.py [moved from storperf/tests/carbon_tests/__init__.py with 100% similarity]
tests/carbon_tests/emitter_test.py [moved from storperf/tests/carbon_tests/emitter_test.py with 100% similarity]
tests/carbon_tests/json_to_carbon_test.py [moved from storperf/tests/carbon_tests/json_to_carbon_test.py with 100% similarity]
tests/db_tests/__init__.py [moved from storperf/tests/db_tests/__init__.py with 100% similarity]
tests/db_tests/configuration_db_test.py [moved from storperf/tests/db_tests/configuration_db_test.py with 100% similarity]
tests/db_tests/graphite_db_test.py [moved from storperf/tests/db_tests/graphite_db_test.py with 100% similarity]
tests/db_tests/job_db_test.py [moved from storperf/tests/db_tests/job_db_test.py with 100% similarity]
tests/storperf_master_test.py [moved from storperf/tests/storperf_master_test.py with 100% similarity]
tests/utilities_tests/__init__.py [moved from storperf/tests/utilities/__init__.py with 100% similarity]
tests/utilities_tests/dictionary_test.py [moved from storperf/tests/utilities/dictionary_test.py with 100% similarity]
tests/utilities_tests/math_range_test.py [moved from storperf/tests/utilities/math_range_test.py with 100% similarity]
tests/utilities_tests/math_slope_test.py [moved from storperf/tests/utilities/math_slope_test.py with 100% similarity]
tests/workload_tests/__init__.py [moved from storperf/tests/workload_tests/__init__.py with 100% similarity]
tests/workload_tests/workload_subclass_test.py [moved from storperf/tests/workload_tests/workload_subclass_test.py with 100% similarity]

index 89b1406..24aadac 100755 (executable)
@@ -52,7 +52,7 @@ nosetests --with-xunit \
          --with-coverage \
          --cover-package=storperf\
          --cover-xml \
-         storperf
+         tests
 rc=$?
 
 deactivate
similarity index 100%
rename from storperf/tests/__init__.py
rename to tests/__init__.py