We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7199ef0 commit df3eaeeCopy full SHA for df3eaee
pandas/tests/test_compat.py
@@ -11,7 +11,7 @@
11
import nose
12
import pandas.util.testing as tm
13
14
-class TestBuiltinIterators(unittest.TestCase):
+class TestBuiltinIterators(tm.TestCase):
15
def check_result(self, actual, expected, lengths):
16
for (iter_res, list_res), exp, length in zip(actual, expected, lengths):
17
self.assertNotIsInstance(iter_res, list)
0 commit comments