We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e631b commit 02f971dCopy full SHA for 02f971d
testing/test_remote.py
@@ -234,7 +234,7 @@ def test():
234
235
236
def test_remote_inner_argv(testdir):
237
- """Work around sys.path differences due to execnet using `python -c`."""
+ """Test/document the behavior due to execnet using `python -c`."""
238
testdir.makepyfile(
239
"""
240
import sys
@@ -295,7 +295,7 @@ def test(get_config_parser, request):
295
296
297
def test_remote_sys_path(testdir):
298
- """Test/document the behavior due to execnet using `python -c`."""
+ """Work around sys.path differences due to execnet using `python -c`."""
299
300
301
0 commit comments