Error in pytest usage or invocation.
| 5 | |
| 6 | @final |
| 7 | class UsageError(Exception): |
| 8 | """Error in pytest usage or invocation.""" |
| 9 | |
| 10 | __module__ = "pytest" |
| 11 | |
| 12 | |
| 13 | class PrintHelp(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…