summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Larsen <perlarsen@google.com>2024-01-18 11:08:48 +0000
committerPer Larsen <perlarsen@google.com>2024-01-18 11:19:13 +0000
commit9ca44d31b498b8a79560674496d145238158b803 (patch)
tree8ee7f17c9b2551a49bdd1ae2085b4b817977411a
parentae4ff7a88c96b5b858cac90e568b3791f5053ece (diff)
downloadaosp-9ca44d31b498b8a79560674496d145238158b803.tar.gz
scripts: Fix formatting
Bug: None Change-Id: I18da230ebc8c516152dc0b042618ce09fef31467
-rwxr-xr-xscripts/run_tests.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/run_tests.py b/scripts/run_tests.py
index 39cdc37..65f9a09 100755
--- a/scripts/run_tests.py
+++ b/scripts/run_tests.py
@@ -256,9 +256,9 @@ def run_tests(
project: str,
run_disabled_tests: bool = False,
test_filters: Optional[list[re.Pattern]] = None,
- verbose: bool=False,
- debug_on_error: bool= False,
- emulator:bool=True
+ verbose: bool = False,
+ debug_on_error: bool = False,
+ emulator: bool = True
) -> TestResults:
"""Run tests for a project.
@@ -426,9 +426,9 @@ def test_projects(
projects: list[str],
run_disabled_tests: bool = False,
test_filters: Optional[list[re.Pattern]] = None,
- verbose: bool=False,
- debug_on_error: bool= False,
- emulator: bool=True
+ verbose: bool = False,
+ debug_on_error: bool = False,
+ emulator: bool = True
) -> MultiProjectTestResults:
"""Run tests for multiple project.