(self)
| 173 | ) |
| 174 | |
| 175 | def has_meaningful_duration(self): |
| 176 | return State.has_meaningful_duration(self.state) |
| 177 | |
| 178 | def set_env_changed(self): |
| 179 | if self.state is None or self.state == State.PASSED: |
nothing calls this directly
no test coverage detected