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