(self, module_content)
| 115 | return self.extract_from_str(module_content, args=('--docstrings',), strict=False) |
| 116 | |
| 117 | def get_stderr(self, module_content): |
| 118 | return self.extract_from_str(module_content, strict=False, with_stderr=True)[1] |
| 119 | |
| 120 | def test_header(self): |
| 121 | """Make sure the required fields are in the header, according to: |
no test coverage detected