Gets runtime flags from a status file. Every outcome that starts with "--" is a flag.
(self)
| 458 | return self.variant_flags |
| 459 | |
| 460 | def _get_statusfile_flags(self): |
| 461 | """Gets runtime flags from a status file. |
| 462 | |
| 463 | Every outcome that starts with "--" is a flag. |
| 464 | """ |
| 465 | return self._statusfile_flags |
| 466 | |
| 467 | def _get_mode_flags(self): |
| 468 | return self.test_config.mode_flags |
no outgoing calls
no test coverage detected