agentforge-testing 0.2.1__tar.gz → 0.2.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.
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/PKG-INFO +3 -3
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/pyproject.toml +3 -3
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/.gitignore +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/LICENSE +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/README.md +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/src/agentforge_testing/__init__.py +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/src/agentforge_testing/analysis.py +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/src/agentforge_testing/golden.py +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/src/agentforge_testing/py.typed +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/src/agentforge_testing/snapshot.py +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/tests/unit/test_analysis.py +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/tests/unit/test_golden.py +0 -0
- {agentforge_testing-0.2.1 → agentforge_testing-0.2.2}/tests/unit/test_snapshot.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentforge-testing
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Richer test helpers for AgentForge (golden-set runner, snapshot, recording analysis)
|
|
5
5
|
Project-URL: Homepage, https://github.com/Scaffoldic/agentforge-py
|
|
6
6
|
Project-URL: Repository, https://github.com/Scaffoldic/agentforge-py
|
|
@@ -20,8 +20,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
20
20
|
Classifier: Topic :: Software Development :: Testing
|
|
21
21
|
Classifier: Typing :: Typed
|
|
22
22
|
Requires-Python: >=3.13
|
|
23
|
-
Requires-Dist: agentforge-core~=0.2.
|
|
24
|
-
Requires-Dist: agentforge-py~=0.2.
|
|
23
|
+
Requires-Dist: agentforge-core~=0.2.2
|
|
24
|
+
Requires-Dist: agentforge-py~=0.2.2
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# agentforge-testing
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = "agentforge-testing"
|
|
11
|
-
version = "0.2.
|
|
11
|
+
version = "0.2.2"
|
|
12
12
|
description = "Richer test helpers for AgentForge (golden-set runner, snapshot, recording analysis)"
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.13"
|
|
@@ -30,8 +30,8 @@ classifiers = [
|
|
|
30
30
|
]
|
|
31
31
|
|
|
32
32
|
dependencies = [
|
|
33
|
-
"agentforge-core ~= 0.2.
|
|
34
|
-
"agentforge-py ~= 0.2.
|
|
33
|
+
"agentforge-core ~= 0.2.2",
|
|
34
|
+
"agentforge-py ~= 0.2.2",
|
|
35
35
|
]
|
|
36
36
|
|
|
37
37
|
[project.urls]
|
|
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
|