From cdddfa0b5cbae4a5c575825cd53e4ffaf11fe18d Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Wed, 1 Apr 2015 23:14:37 -0600 Subject: [PATCH] renamed test files to follow conventions --- geomagio/{Algorithmtest.py => Algorithm_test.py} | 0 geomagio/{ChannelConverterTest.py => ChannelConverter_test.py} | 0 geomagio/{ControllerTest.py => Controller_test.py} | 0 geomagio/{XYZAlgorithmtest.py => XYZAlgorithm_test.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename geomagio/{Algorithmtest.py => Algorithm_test.py} (100%) rename geomagio/{ChannelConverterTest.py => ChannelConverter_test.py} (100%) rename geomagio/{ControllerTest.py => Controller_test.py} (100%) rename geomagio/{XYZAlgorithmtest.py => XYZAlgorithm_test.py} (100%) diff --git a/geomagio/Algorithmtest.py b/geomagio/Algorithm_test.py similarity index 100% rename from geomagio/Algorithmtest.py rename to geomagio/Algorithm_test.py diff --git a/geomagio/ChannelConverterTest.py b/geomagio/ChannelConverter_test.py similarity index 100% rename from geomagio/ChannelConverterTest.py rename to geomagio/ChannelConverter_test.py diff --git a/geomagio/ControllerTest.py b/geomagio/Controller_test.py similarity index 100% rename from geomagio/ControllerTest.py rename to geomagio/Controller_test.py diff --git a/geomagio/XYZAlgorithmtest.py b/geomagio/XYZAlgorithm_test.py similarity index 100% rename from geomagio/XYZAlgorithmtest.py rename to geomagio/XYZAlgorithm_test.py -- GitLab