(self)
| 167 | |
| 168 | @property |
| 169 | def will_run(self): |
| 170 | try: |
| 171 | return test_sections[self.section].will_run |
| 172 | except KeyError: |
| 173 | return True |
| 174 | |
| 175 | def add_xunit(self): |
| 176 | xunit_file = os.path.abspath(self.section + '.xunit.xml') |
nothing calls this directly
no outgoing calls
no test coverage detected