From aebc2012bc60617252fa9723b1a9e9b108c97b5f Mon Sep 17 00:00:00 2001 From: Simon Marchant Date: Thu, 24 Oct 2019 15:03:50 +0100 Subject: [PATCH] files must start with lowercase --- test/{TestClock.py => test_clock.py} | 0 test/{TestWithMock.py => test_mock.py} | 0 test/{TestWithPatch.py => test_patch.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/{TestClock.py => test_clock.py} (100%) rename test/{TestWithMock.py => test_mock.py} (100%) rename test/{TestWithPatch.py => test_patch.py} (100%) diff --git a/test/TestClock.py b/test/test_clock.py similarity index 100% rename from test/TestClock.py rename to test/test_clock.py diff --git a/test/TestWithMock.py b/test/test_mock.py similarity index 100% rename from test/TestWithMock.py rename to test/test_mock.py diff --git a/test/TestWithPatch.py b/test/test_patch.py similarity index 100% rename from test/TestWithPatch.py rename to test/test_patch.py