gridfleet-testkit 0.2.0__tar.gz → 0.2.1__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.
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/CHANGELOG.md +7 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/PKG-INFO +7 -7
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/gridfleet_testkit/__init__.py +1 -1
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/pyproject.toml +7 -7
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/uv.lock +7 -11
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/.gitignore +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/README.md +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/__init__.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/_example_helpers.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/assets/hello-world.zip +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_android_mobile_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_android_tv_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_firetv_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_ios_simulator_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_roku_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_roku_sideload_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_tvos_screenshot.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/gridfleet_testkit/appium.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/gridfleet_testkit/client.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/gridfleet_testkit/py.typed +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/gridfleet_testkit/pytest_plugin.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/tests/test_appium.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/tests/test_client.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/tests/test_driver_agnostic_guard.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/tests/test_package_metadata.py +0 -0
- {gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/tests/test_pytest_plugin.py +0 -0
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the GridFleet testkit (`gridfleet-testkit` on PyPI) are documented here.
|
|
4
4
|
|
|
5
|
+
## [0.2.1](https://github.com/quidow/gridfleet/compare/gridfleet-testkit-v0.2.0...gridfleet-testkit-v0.2.1) (2026-05-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **testkit:** bound supported python metadata ([c5fff86](https://github.com/quidow/gridfleet/commit/c5fff86cbb2a4897ac571c7c5b989f0361e49743))
|
|
11
|
+
|
|
5
12
|
## [0.2.0](https://github.com/quidow/gridfleet/compare/gridfleet-testkit-v0.1.0...gridfleet-testkit-v0.2.0) (2026-05-03)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gridfleet-testkit
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Supported pytest and run-orchestration helpers for GridFleet integrations
|
|
5
5
|
Project-URL: Homepage, https://github.com/quidow/gridfleet
|
|
6
6
|
Project-URL: Repository, https://github.com/quidow/gridfleet
|
|
@@ -21,15 +21,15 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.14
|
|
23
23
|
Classifier: Typing :: Typed
|
|
24
|
-
Requires-Python:
|
|
24
|
+
Requires-Python: <3.15,>=3.10
|
|
25
25
|
Requires-Dist: httpx<1,>=0.27
|
|
26
|
-
Requires-Dist: pytest
|
|
26
|
+
Requires-Dist: pytest<10,>=9.0.3
|
|
27
27
|
Provides-Extra: appium
|
|
28
|
-
Requires-Dist: appium-python-client
|
|
28
|
+
Requires-Dist: appium-python-client<6,>=4.5; extra == 'appium'
|
|
29
29
|
Provides-Extra: dev
|
|
30
|
-
Requires-Dist: mypy
|
|
31
|
-
Requires-Dist: pytest
|
|
32
|
-
Requires-Dist: ruff
|
|
30
|
+
Requires-Dist: mypy<2,>=1.20.2; extra == 'dev'
|
|
31
|
+
Requires-Dist: pytest<10,>=9.0.3; extra == 'dev'
|
|
32
|
+
Requires-Dist: ruff<1,>=0.15.12; extra == 'dev'
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
|
|
35
35
|
# GridFleet Testkit
|
|
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gridfleet-testkit"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "Supported pytest and run-orchestration helpers for GridFleet integrations"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
authors = [{ name = "GridFleet contributors" }]
|
|
12
|
-
requires-python = ">=3.10"
|
|
12
|
+
requires-python = ">=3.10,<3.15"
|
|
13
13
|
keywords = ["appium", "gridfleet", "pytest", "selenium", "testing"]
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Development Status :: 3 - Alpha",
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
]
|
|
27
27
|
dependencies = [
|
|
28
28
|
"httpx>=0.27,<1",
|
|
29
|
-
"pytest>=9.0.3",
|
|
29
|
+
"pytest>=9.0.3,<10",
|
|
30
30
|
]
|
|
31
31
|
|
|
32
32
|
[project.urls]
|
|
@@ -38,12 +38,12 @@ Security = "https://github.com/quidow/gridfleet/security/advisories/new"
|
|
|
38
38
|
|
|
39
39
|
[project.optional-dependencies]
|
|
40
40
|
appium = [
|
|
41
|
-
"Appium-Python-Client>=4.5",
|
|
41
|
+
"Appium-Python-Client>=4.5,<6",
|
|
42
42
|
]
|
|
43
43
|
dev = [
|
|
44
|
-
"pytest>=9.0.3",
|
|
45
|
-
"mypy>=1.20.2",
|
|
46
|
-
"ruff>=0.15.12",
|
|
44
|
+
"pytest>=9.0.3,<10",
|
|
45
|
+
"mypy>=1.20.2,<2",
|
|
46
|
+
"ruff>=0.15.12,<1",
|
|
47
47
|
]
|
|
48
48
|
|
|
49
49
|
[project.entry-points.pytest11]
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
version = 1
|
|
2
2
|
revision = 3
|
|
3
|
-
requires-python = ">=3.10"
|
|
4
|
-
resolution-markers = [
|
|
5
|
-
"python_full_version >= '3.15'",
|
|
6
|
-
"python_full_version < '3.15'",
|
|
7
|
-
]
|
|
3
|
+
requires-python = ">=3.10, <3.15"
|
|
8
4
|
|
|
9
5
|
[[package]]
|
|
10
6
|
name = "anyio"
|
|
@@ -102,7 +98,7 @@ wheels = [
|
|
|
102
98
|
|
|
103
99
|
[[package]]
|
|
104
100
|
name = "gridfleet-testkit"
|
|
105
|
-
version = "0.2.
|
|
101
|
+
version = "0.2.1"
|
|
106
102
|
source = { editable = "." }
|
|
107
103
|
dependencies = [
|
|
108
104
|
{ name = "httpx" },
|
|
@@ -121,12 +117,12 @@ dev = [
|
|
|
121
117
|
|
|
122
118
|
[package.metadata]
|
|
123
119
|
requires-dist = [
|
|
124
|
-
{ name = "appium-python-client", marker = "extra == 'appium'", specifier = ">=4.5" },
|
|
120
|
+
{ name = "appium-python-client", marker = "extra == 'appium'", specifier = ">=4.5,<6" },
|
|
125
121
|
{ name = "httpx", specifier = ">=0.27,<1" },
|
|
126
|
-
{ name = "mypy", marker = "extra == 'dev'", specifier = ">=1.20.2" },
|
|
127
|
-
{ name = "pytest", specifier = ">=9.0.3" },
|
|
128
|
-
{ name = "pytest", marker = "extra == 'dev'", specifier = ">=9.0.3" },
|
|
129
|
-
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.15.12" },
|
|
122
|
+
{ name = "mypy", marker = "extra == 'dev'", specifier = ">=1.20.2,<2" },
|
|
123
|
+
{ name = "pytest", specifier = ">=9.0.3,<10" },
|
|
124
|
+
{ name = "pytest", marker = "extra == 'dev'", specifier = ">=9.0.3,<10" },
|
|
125
|
+
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.15.12,<1" },
|
|
130
126
|
]
|
|
131
127
|
provides-extras = ["appium", "dev"]
|
|
132
128
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_android_mobile_screenshot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_ios_simulator_screenshot.py
RENAMED
|
File without changes
|
|
File without changes
|
{gridfleet_testkit-0.2.0 → gridfleet_testkit-0.2.1}/examples/test_roku_sideload_screenshot.py
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
|