From fb12bf60d965ca5c65b269f1a15bbe9fee016736 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 7 Sep 2014 11:06:44 -0700 Subject: [PATCH] rename test_config_proxy http and https config files to end in '_cookie' to be clearer about the test and config correspondence --- ...onfig_proxy_http.yaml => test_config_proxy_http_cookie.yaml} | 0 ...fig_proxy_https.yaml => test_config_proxy_https_cookie.yaml} | 0 tests/test_proxy_http_cookie.py | 2 +- tests/test_proxy_https_cookie.py | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename tests/{test_config_proxy_http.yaml => test_config_proxy_http_cookie.yaml} (100%) rename tests/{test_config_proxy_https.yaml => test_config_proxy_https_cookie.yaml} (100%) diff --git a/tests/test_config_proxy_http.yaml b/tests/test_config_proxy_http_cookie.yaml similarity index 100% rename from tests/test_config_proxy_http.yaml rename to tests/test_config_proxy_http_cookie.yaml diff --git a/tests/test_config_proxy_https.yaml b/tests/test_config_proxy_https_cookie.yaml similarity index 100% rename from tests/test_config_proxy_https.yaml rename to tests/test_config_proxy_https_cookie.yaml diff --git a/tests/test_proxy_http_cookie.py b/tests/test_proxy_http_cookie.py index af1bbd25..c7330984 100644 --- a/tests/test_proxy_http_cookie.py +++ b/tests/test_proxy_http_cookie.py @@ -12,7 +12,7 @@ import sys import os -TEST_CONFIG = 'tests/test_config_proxy_http.yaml' +TEST_CONFIG = 'tests/test_config_proxy_http_cookie.yaml' server = None sesh_key = None diff --git a/tests/test_proxy_https_cookie.py b/tests/test_proxy_https_cookie.py index 7ebf480a..91f24610 100644 --- a/tests/test_proxy_https_cookie.py +++ b/tests/test_proxy_https_cookie.py @@ -14,7 +14,7 @@ import sys import os -TEST_CONFIG = 'tests/test_config_proxy_https.yaml' +TEST_CONFIG = 'tests/test_config_proxy_https_cookie.yaml' TEST_CA_DIR = './tests/pywb_test_certs' TEST_CA_ROOT = './tests/pywb_test_ca.pem'