pytest-llm-assert 0.1.1__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.
Files changed (48) hide show
  1. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/PKG-INFO +1 -1
  2. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/pyproject.toml +1 -1
  3. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/uv.lock +1 -1
  4. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.env.example +0 -0
  5. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/CODEOWNERS +0 -0
  6. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  7. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  8. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  9. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  10. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/dependabot.yml +0 -0
  11. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/workflows/ci.yml +0 -0
  12. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/workflows/codeql.yml +0 -0
  13. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/workflows/dependency-review.yml +0 -0
  14. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/workflows/release.yml +0 -0
  15. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.github/workflows/stale.yml +0 -0
  16. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.gitignore +0 -0
  17. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/.pre-commit-config.yaml +0 -0
  18. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/CODE_OF_CONDUCT.md +0 -0
  19. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/CONTRIBUTING.md +0 -0
  20. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/LICENSE +0 -0
  21. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/README.md +0 -0
  22. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/SECURITY.md +0 -0
  23. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/docs/GITHUB_SETUP_GUIDE.md +0 -0
  24. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/docs/README.md +0 -0
  25. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/docs/api-reference.md +0 -0
  26. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/docs/comparing-models.md +0 -0
  27. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/docs/configuration.md +0 -0
  28. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/examples/README.md +0 -0
  29. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/examples/conftest.py +0 -0
  30. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/examples/pytest_conftest.py +0 -0
  31. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/examples/test_basic.py +0 -0
  32. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/examples/test_compare_models.py +0 -0
  33. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/src/pytest_llm_assert/__init__.py +0 -0
  34. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/src/pytest_llm_assert/core.py +0 -0
  35. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/src/pytest_llm_assert/plugin.py +0 -0
  36. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/src/pytest_llm_assert/prompts/system_prompt.md +0 -0
  37. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/__init__.py +0 -0
  38. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/integration/__init__.py +0 -0
  39. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/integration/test_llm_integration.py +0 -0
  40. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/__init__.py +0 -0
  41. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_assertion_result.py +0 -0
  42. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_azure_auth.py +0 -0
  43. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_error_handling.py +0 -0
  44. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_fixture_integration.py +0 -0
  45. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_llm_assert_core.py +0 -0
  46. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_llm_response.py +0 -0
  47. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_plugin.py +0 -0
  48. {pytest_llm_assert-0.1.1 → pytest_llm_assert-0.2.1}/tests/unit/test_response_parsing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-llm-assert
3
- Version: 0.1.1
3
+ Version: 0.2.1
4
4
  Summary: Simple LLM-powered assertions for any pytest test
5
5
  Project-URL: Homepage, https://github.com/sbroenne/pytest-llm-assert
6
6
  Project-URL: Documentation, https://github.com/sbroenne/pytest-llm-assert#readme
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pytest-llm-assert"
7
- version = "0.1.1"
7
+ version = "0.2.1"
8
8
  description = "Simple LLM-powered assertions for any pytest test"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -1561,7 +1561,7 @@ wheels = [
1561
1561
 
1562
1562
  [[package]]
1563
1563
  name = "pytest-llm-assert"
1564
- version = "0.1.1"
1564
+ version = "0.2.1"
1565
1565
  source = { editable = "." }
1566
1566
  dependencies = [
1567
1567
  { name = "azure-identity" },