mavsdk_tests: print overall results

This commit is contained in:
Julian Oes
2020-03-13 18:53:11 +01:00
committed by Nuno Marques
parent a208129921
commit 8283d19682
3 changed files with 181 additions and 95 deletions
+1
View File
@@ -15,6 +15,7 @@ class color(Enum):
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
GRAY = '\033[90m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
RESET = '\033[0m'