new-features #5
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ class Runner:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def result_int_to_str(result_int: int) -> str:
|
def result_int_to_str(result_int: int) -> str:
|
||||||
|
"""converts the pytest exit code (int) into a meaningful string"""
|
||||||
match result_int:
|
match result_int:
|
||||||
case -1:
|
case -1:
|
||||||
return "skipped"
|
return "skipped"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue