new-features #5
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue