From c6e643fb8675a48b14de20b2a885918155d3af95 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 3 Mar 2017 00:57:31 +0200 Subject: Fixup same style string quotes across the repo --- tests/dist-check.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/dist-check.py b/tests/dist-check.py index e6cdbcdd..e4d614f0 100644 --- a/tests/dist-check.py +++ b/tests/dist-check.py @@ -25,14 +25,14 @@ import pytest 'tutorial/custom_error.html', ]) def data_file_path(request): - "generates data file paths expected to be found in the package" + 'generates data file paths expected to be found in the package' return request.param -@pytest.fixture(autouse=True, scope="session") +@pytest.fixture(autouse=True, scope='session') def remove_sys_path_0(): - "pytest adds cwd to sys.path[0]" - print("removing", sys.path[0]) + 'pytest adds cwd to sys.path[0]' + print('removing', sys.path[0]) del sys.path[0] assert 'cherrypy' not in sys.modules -- cgit v1.2.1