From 9475e2625e25c49403e930473c9edf8f49ddef20 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 3 Jul 2015 07:46:22 +0300 Subject: [PATCH] Rename test files. --- tests/{test_008-arbiter-env.py => test_arbiter.py} | 0 tests/{test_003-config.py => test_config.py} | 0 tests/{test_009-gaiohttp.py => test_gaiohttp.py} | 0 tests/{test_004-http-body.py => test_http_body.py} | 0 tests/{test_002-invalid-requests.py => test_invalid_requests.py} | 0 tests/{test_006-logger.py => test_logger.py} | 0 tests/{test_007-ssl.py => test_ssl.py} | 0 tests/{test_001-valid-requests.py => test_valid_requests.py} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_008-arbiter-env.py => test_arbiter.py} (100%) rename tests/{test_003-config.py => test_config.py} (100%) rename tests/{test_009-gaiohttp.py => test_gaiohttp.py} (100%) rename tests/{test_004-http-body.py => test_http_body.py} (100%) rename tests/{test_002-invalid-requests.py => test_invalid_requests.py} (100%) rename tests/{test_006-logger.py => test_logger.py} (100%) rename tests/{test_007-ssl.py => test_ssl.py} (100%) rename tests/{test_001-valid-requests.py => test_valid_requests.py} (100%) diff --git a/tests/test_008-arbiter-env.py b/tests/test_arbiter.py similarity index 100% rename from tests/test_008-arbiter-env.py rename to tests/test_arbiter.py diff --git a/tests/test_003-config.py b/tests/test_config.py similarity index 100% rename from tests/test_003-config.py rename to tests/test_config.py diff --git a/tests/test_009-gaiohttp.py b/tests/test_gaiohttp.py similarity index 100% rename from tests/test_009-gaiohttp.py rename to tests/test_gaiohttp.py diff --git a/tests/test_004-http-body.py b/tests/test_http_body.py similarity index 100% rename from tests/test_004-http-body.py rename to tests/test_http_body.py diff --git a/tests/test_002-invalid-requests.py b/tests/test_invalid_requests.py similarity index 100% rename from tests/test_002-invalid-requests.py rename to tests/test_invalid_requests.py diff --git a/tests/test_006-logger.py b/tests/test_logger.py similarity index 100% rename from tests/test_006-logger.py rename to tests/test_logger.py diff --git a/tests/test_007-ssl.py b/tests/test_ssl.py similarity index 100% rename from tests/test_007-ssl.py rename to tests/test_ssl.py diff --git a/tests/test_001-valid-requests.py b/tests/test_valid_requests.py similarity index 100% rename from tests/test_001-valid-requests.py rename to tests/test_valid_requests.py