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.
2 parents c76a1ec + 6ecce75 commit cabd711Copy full SHA for cabd711
tests/test_webio.py
@@ -122,7 +122,7 @@ def test_get_records(self):
122
123
def test_iget_records(self):
124
myinput = TestInput()
125
- result = myinput.get_records(file_name=self.testfile)
+ result = myinput.iget_records(file_name=self.testfile)
126
assert list(result) == [
127
{"X": 1, "Y": 2, "Z": 3},
128
{"X": 4, "Y": 5, "Z": 6}
0 commit comments