Exception used to stop running tests when max total duration is reached.
| 1149 | |
| 1150 | |
| 1151 | class MaxTotalDurationReachedError(Exception): |
| 1152 | """Exception used to stop running tests when max total duration is reached.""" |
| 1153 | pass |
| 1154 | |
| 1155 | |
| 1156 | def Main(argv): |
no outgoing calls
no test coverage detected
searching dependent graphs…