Kea2-python 0.2.5__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of Kea2-python might be problematic. Click here for more details.
- {kea2_python-0.2.5 → kea2_python-0.3.0}/Kea2_python.egg-info/PKG-INFO +1 -1
- {kea2_python-0.2.5 → kea2_python-0.3.0}/PKG-INFO +1 -1
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/bug_report_generator.py +4 -4
- {kea2_python-0.2.5 → kea2_python-0.3.0}/pyproject.toml +1 -1
- {kea2_python-0.2.5 → kea2_python-0.3.0}/Kea2_python.egg-info/SOURCES.txt +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/Kea2_python.egg-info/dependency_links.txt +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/Kea2_python.egg-info/entry_points.txt +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/Kea2_python.egg-info/requires.txt +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/Kea2_python.egg-info/top_level.txt +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/LICENSE +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/README.md +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/__init__.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/absDriver.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/adbUtils.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot-thirdpart.jar +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/abl.strings +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/awl.strings +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/max.config +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/max.strings +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_configs/widget.block.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/framework.jar +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/kea2-thirdpart.jar +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/monkeyq.jar +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/quicktest.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/cli.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/fastbotManager.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/keaUtils.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/kea_launcher.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/logWatcher.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/report_merger.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/resultSyncer.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/templates/bug_report_template.html +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/templates/merged_bug_report_template.html +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/u2Driver.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/utils.py +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/setup.cfg +0 -0
- {kea2_python-0.2.5 → kea2_python-0.3.0}/tests/test_u2Selector.py +0 -0
|
@@ -3,7 +3,7 @@ import re
|
|
|
3
3
|
from datetime import datetime
|
|
4
4
|
from dataclasses import dataclass
|
|
5
5
|
from pathlib import Path
|
|
6
|
-
from typing import Dict, TypedDict, List, Deque, NewType, Union, Optional
|
|
6
|
+
from typing import Dict, Tuple, TypedDict, List, Deque, NewType, Union, Optional
|
|
7
7
|
from collections import deque
|
|
8
8
|
from concurrent.futures import ThreadPoolExecutor
|
|
9
9
|
|
|
@@ -444,7 +444,7 @@ class BugReportGenerator:
|
|
|
444
444
|
logger.error(f"Error when marking screenshots: {e}")
|
|
445
445
|
|
|
446
446
|
|
|
447
|
-
def _mark_screenshot_interaction(self, step_type: str, screenshot_name: str, action_type: str, position: Union[List,
|
|
447
|
+
def _mark_screenshot_interaction(self, step_type: str, screenshot_name: str, action_type: str, position: Union[List, Tuple]) -> bool:
|
|
448
448
|
"""
|
|
449
449
|
Mark interaction on screenshot with colored rectangle
|
|
450
450
|
|
|
@@ -630,7 +630,7 @@ class BugReportGenerator:
|
|
|
630
630
|
})
|
|
631
631
|
|
|
632
632
|
def _process_script_info(self, property_name: str, state: str, step_index: int, screenshot: str,
|
|
633
|
-
current_property: str, current_test: Dict, property_violations: Dict) ->
|
|
633
|
+
current_property: str, current_test: Dict, property_violations: Dict) -> Tuple:
|
|
634
634
|
"""
|
|
635
635
|
Process ScriptInfo step for property violations tracking
|
|
636
636
|
|
|
@@ -831,7 +831,7 @@ class BugReportGenerator:
|
|
|
831
831
|
|
|
832
832
|
return property_execution_trend
|
|
833
833
|
|
|
834
|
-
def _load_crash_dump_data(self) ->
|
|
834
|
+
def _load_crash_dump_data(self) -> Tuple[List[Dict], List[Dict]]:
|
|
835
835
|
"""
|
|
836
836
|
Load crash and ANR events from crash-dump.log file
|
|
837
837
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so
RENAMED
|
File without changes
|
{kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so
RENAMED
|
File without changes
|
|
File without changes
|
{kea2_python-0.2.5 → kea2_python-0.3.0}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|