File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ def test_remote_data_off(testdir):
808
808
p = testdir .makefile (
809
809
'.rst' ,
810
810
"""
811
- # This test should fail, but we skip it, thus the test should be skipped .
811
+ # This test should be skipped when remote data is not requested .
812
812
.. doctest-remote-data::
813
813
814
814
>>> from contextlib import closing
@@ -830,8 +830,7 @@ def test_remote_data_float_cmp(testdir):
830
830
p = testdir .makefile (
831
831
'.rst' ,
832
832
"""
833
- #This test is skipped when remote data is not requested, and should
834
- #fails when remote data is requested
833
+ #This test is skipped when remote data is not requested
835
834
.. doctest-remote-data::
836
835
837
836
>>> x = 1/3.
@@ -898,7 +897,8 @@ def test_remote_data_requires(testdir):
898
897
p = testdir .makefile (
899
898
'.rst' ,
900
899
"""
901
- #This test should be skipped even if remote data is requested because
900
+ #This test should be skipped when remote data is not requested.
901
+ #It should also be skipped instead of failing when remote data is requested because
902
902
#the module required does not exist
903
903
.. doctest-remote-data::
904
904
.. doctest-requires:: does-not-exist
You can’t perform that action at this time.
0 commit comments