From 02f971d45ff40313d4b31c58396bbd546a120a2b Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 3 Jun 2021 21:46:21 +0100 Subject: [PATCH] swap docstring --- testing/test_remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_remote.py b/testing/test_remote.py index 9339fe9..31a6a2a 100644 --- a/testing/test_remote.py +++ b/testing/test_remote.py @@ -234,7 +234,7 @@ def test_remote_env_vars(testdir): def test_remote_inner_argv(testdir): - """Work around sys.path differences due to execnet using `python -c`.""" + """Test/document the behavior due to execnet using `python -c`.""" testdir.makepyfile( """ import sys @@ -295,7 +295,7 @@ def test_remote_usage_prog(testdir, request): def test_remote_sys_path(testdir): - """Test/document the behavior due to execnet using `python -c`.""" + """Work around sys.path differences due to execnet using `python -c`.""" testdir.makepyfile( """ import sys