From 4e910ef665eceb23b714d4f3f345a7cfbc1b4bea Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 16 Jan 2018 12:53:24 -0600 Subject: [PATCH] MAINT: Adjust test names to placate make specs --- nipype/algorithms/tests/{test_compcor.py => test_CompCor.py} | 0 nipype/algorithms/tests/{test_errormap.py => test_ErrorMap.py} | 0 nipype/algorithms/tests/{test_overlap.py => test_Overlap.py} | 0 nipype/algorithms/tests/{test_tsnr.py => test_TSNR.py} | 0 .../tests/{test_registration.py => test_extra_Registration.py} | 0 .../tests/{test_patchmatch.py => test_extra_PatchMatch.py} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename nipype/algorithms/tests/{test_compcor.py => test_CompCor.py} (100%) rename nipype/algorithms/tests/{test_errormap.py => test_ErrorMap.py} (100%) rename nipype/algorithms/tests/{test_overlap.py => test_Overlap.py} (100%) rename nipype/algorithms/tests/{test_tsnr.py => test_TSNR.py} (100%) rename nipype/interfaces/ants/tests/{test_registration.py => test_extra_Registration.py} (100%) rename nipype/interfaces/niftyseg/tests/{test_patchmatch.py => test_extra_PatchMatch.py} (100%) diff --git a/nipype/algorithms/tests/test_compcor.py b/nipype/algorithms/tests/test_CompCor.py similarity index 100% rename from nipype/algorithms/tests/test_compcor.py rename to nipype/algorithms/tests/test_CompCor.py diff --git a/nipype/algorithms/tests/test_errormap.py b/nipype/algorithms/tests/test_ErrorMap.py similarity index 100% rename from nipype/algorithms/tests/test_errormap.py rename to nipype/algorithms/tests/test_ErrorMap.py diff --git a/nipype/algorithms/tests/test_overlap.py b/nipype/algorithms/tests/test_Overlap.py similarity index 100% rename from nipype/algorithms/tests/test_overlap.py rename to nipype/algorithms/tests/test_Overlap.py diff --git a/nipype/algorithms/tests/test_tsnr.py b/nipype/algorithms/tests/test_TSNR.py similarity index 100% rename from nipype/algorithms/tests/test_tsnr.py rename to nipype/algorithms/tests/test_TSNR.py diff --git a/nipype/interfaces/ants/tests/test_registration.py b/nipype/interfaces/ants/tests/test_extra_Registration.py similarity index 100% rename from nipype/interfaces/ants/tests/test_registration.py rename to nipype/interfaces/ants/tests/test_extra_Registration.py diff --git a/nipype/interfaces/niftyseg/tests/test_patchmatch.py b/nipype/interfaces/niftyseg/tests/test_extra_PatchMatch.py similarity index 100% rename from nipype/interfaces/niftyseg/tests/test_patchmatch.py rename to nipype/interfaces/niftyseg/tests/test_extra_PatchMatch.py