Skip to content

Commit b713dae

Browse files
author
y-p
committed
CLN: convert test docstring to comment
1 parent ebeedff commit b713dae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/io/tests/test_data.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,9 @@ def test_read_famafrench(self):
396396
class TestFred(tm.TestCase):
397397
@network
398398
def test_fred(self):
399-
"""
400-
Throws an exception when DataReader can't get a 200 response from
401-
FRED.
402-
"""
399+
400+
# Throws an exception when DataReader can't get a 200 response from
401+
# FRED.
403402

404403
start = datetime(2010, 1, 1)
405404
end = datetime(2013, 1, 27)

0 commit comments

Comments
 (0)