add docstring

This commit is contained in:
Daniel 2023-12-02 16:25:22 +01:00
parent 978a37ca30
commit 987d1a1210

View file

@ -186,6 +186,7 @@ class Runner:
@staticmethod
def result_int_to_str(result_int: int) -> str:
"""converts the pytest exit code (int) into a meaningful string"""
match result_int:
case -1:
return "skipped"