MCPcopy Index your code
hub / github.com/wireservice/csvkit / test_empty

Method test_empty

tests/utils.py:107–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105
106class EmptyFileTests:
107 def test_empty(self):
108 with open('examples/empty.csv', 'rb') as f, stdin_as_string(f):
109 utility = self.Utility(getattr(self, 'default_args', []))
110 utility.run()
111
112
113class NamesTests:

Callers

nothing calls this directly

Calls 2

stdin_as_stringFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected