We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0973000 commit de8c240Copy full SHA for de8c240
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mobly Android Partner Tools release history
2
3
+## 1.1.0 (2025-04-28)
4
+
5
+### New
6
+* [mobly_runner] Enable direct execution of test classes/suites as python files
7
8
9
## 1.0.0 (2025-04-16)
10
11
### New
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mobly-android-partner-tools"
-version = "1.0.0"
+version = "1.1.0"
description = "Command-line utilities used by Android partners to run packaged Mobly tests and upload test results."
readme = "README.md"
requires-python = ">=3.11"
0 commit comments