Kea2-python 1.1.1__tar.gz → 1.1.2__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.
Files changed (56) hide show
  1. {kea2_python-1.1.1 → kea2_python-1.1.2}/Kea2_python.egg-info/PKG-INFO +1 -1
  2. {kea2_python-1.1.1 → kea2_python-1.1.2}/PKG-INFO +1 -1
  3. kea2_python-1.1.2/kea2/assets/monkeyq.jar +0 -0
  4. {kea2_python-1.1.1 → kea2_python-1.1.2}/pyproject.toml +1 -1
  5. kea2_python-1.1.1/kea2/assets/monkeyq.jar +0 -0
  6. {kea2_python-1.1.1 → kea2_python-1.1.2}/Kea2_python.egg-info/SOURCES.txt +0 -0
  7. {kea2_python-1.1.1 → kea2_python-1.1.2}/Kea2_python.egg-info/dependency_links.txt +0 -0
  8. {kea2_python-1.1.1 → kea2_python-1.1.2}/Kea2_python.egg-info/entry_points.txt +0 -0
  9. {kea2_python-1.1.1 → kea2_python-1.1.2}/Kea2_python.egg-info/requires.txt +0 -0
  10. {kea2_python-1.1.1 → kea2_python-1.1.2}/Kea2_python.egg-info/top_level.txt +0 -0
  11. {kea2_python-1.1.1 → kea2_python-1.1.2}/LICENSE +0 -0
  12. {kea2_python-1.1.1 → kea2_python-1.1.2}/README.md +0 -0
  13. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/__init__.py +0 -0
  14. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/adbUtils.py +0 -0
  15. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/config_version.json +0 -0
  16. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot-thirdpart.jar +0 -0
  17. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/abl.strings +0 -0
  18. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/awl.strings +0 -0
  19. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/max.config +0 -0
  20. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
  21. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
  22. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/max.strings +0 -0
  23. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
  24. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/teardown.py +0 -0
  25. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_configs/widget.block.py +0 -0
  26. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
  27. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
  28. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
  29. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
  30. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/framework.jar +0 -0
  31. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/kea2-thirdpart.jar +0 -0
  32. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/assets/quicktest.py +0 -0
  33. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/cli.py +0 -0
  34. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/fastbotManager.py +0 -0
  35. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/kea2_api.py +0 -0
  36. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/keaUtils.py +0 -0
  37. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/kea_launcher.py +0 -0
  38. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/logWatcher.py +0 -0
  39. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/mixin.py +0 -0
  40. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/__init__.py +0 -0
  41. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/bug_report_generator.py +0 -0
  42. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/mixin.py +0 -0
  43. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/report_merger.py +0 -0
  44. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/templates/bug_report_template.html +0 -0
  45. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/templates/merged_bug_report_template.html +0 -0
  46. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/report/utils.py +0 -0
  47. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/result.py +0 -0
  48. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/resultSyncer.py +0 -0
  49. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/state.py +0 -0
  50. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/typedefs.py +0 -0
  51. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/u2Driver.py +0 -0
  52. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/utils.py +0 -0
  53. {kea2_python-1.1.1 → kea2_python-1.1.2}/kea2/version_manager.py +0 -0
  54. {kea2_python-1.1.1 → kea2_python-1.1.2}/setup.cfg +0 -0
  55. {kea2_python-1.1.1 → kea2_python-1.1.2}/tests/test_u2Selector.py +0 -0
  56. {kea2_python-1.1.1 → kea2_python-1.1.2}/tests/test_xpath.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Kea2-python
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: A python library for supporting and customizing automated UI testing for mobile apps
5
5
  Author-email: Xixian Liang <xixian@stu.ecnu.edu.cn>
6
6
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Kea2-python
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: A python library for supporting and customizing automated UI testing for mobile apps
5
5
  Author-email: Xixian Liang <xixian@stu.ecnu.edu.cn>
6
6
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "Kea2-python"
3
- version = "1.1.1"
3
+ version = "1.1.2"
4
4
  description = "A python library for supporting and customizing automated UI testing for mobile apps"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
Binary file
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes