Returns a formatted string of a raw result of the check.
(self, silent_if_no_results=False, *args, **kwargs)
| 88 | |
| 89 | @abstractmethod |
| 90 | def formatted_string(self, silent_if_no_results=False, *args, **kwargs) -> str: |
| 91 | """ |
| 92 | Returns a formatted string of a raw result of the check. |
| 93 | """ |
| 94 | pass |
| 95 | |
| 96 | |
| 97 | class CompareCheckBase(Check, ABC): |
no outgoing calls
no test coverage detected