pytest-dsl 0.15.1__tar.gz → 0.15.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 (104) hide show
  1. {pytest_dsl-0.15.1/pytest_dsl.egg-info → pytest_dsl-0.15.2}/PKG-INFO +1 -1
  2. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pyproject.toml +1 -1
  3. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/dsl_executor.py +595 -352
  4. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/parser.py +20 -2
  5. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2/pytest_dsl.egg-info}/PKG-INFO +1 -1
  6. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/LICENSE +0 -0
  7. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/MANIFEST.in +0 -0
  8. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/README.md +0 -0
  9. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/__init__.py +0 -0
  10. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/cli.py +0 -0
  11. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/conftest_adapter.py +0 -0
  12. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/__init__.py +0 -0
  13. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/auth_provider.py +0 -0
  14. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/auto_decorator.py +0 -0
  15. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/auto_directory.py +0 -0
  16. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/context.py +0 -0
  17. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/custom_keyword_manager.py +0 -0
  18. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/dsl_executor_utils.py +0 -0
  19. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/execution_tracker.py +0 -0
  20. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/global_context.py +0 -0
  21. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/hook_manager.py +0 -0
  22. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/hookable_executor.py +0 -0
  23. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/hookable_keyword_manager.py +0 -0
  24. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/hookspecs.py +0 -0
  25. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/http_client.py +0 -0
  26. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/http_request.py +0 -0
  27. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/keyword_loader.py +0 -0
  28. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/keyword_manager.py +0 -0
  29. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/keyword_utils.py +0 -0
  30. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/lexer.py +0 -0
  31. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/parsetab.py +0 -0
  32. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/plugin_discovery.py +0 -0
  33. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/utils.py +0 -0
  34. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/validator.py +0 -0
  35. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/variable_utils.py +0 -0
  36. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/yaml_loader.py +0 -0
  37. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/core/yaml_vars.py +0 -0
  38. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/docs/custom_keywords.md +0 -0
  39. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/__init__.py +0 -0
  40. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/assert/assertion_example.auto +0 -0
  41. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/assert/boolean_test.auto +0 -0
  42. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/assert/expression_test.auto +0 -0
  43. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/custom/test_advanced_keywords.auto +0 -0
  44. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/custom/test_custom_keywords.auto +0 -0
  45. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/custom/test_default_values.auto +0 -0
  46. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/__init__.py +0 -0
  47. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/builtin_auth_test.auto +0 -0
  48. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/file_reference_test.auto +0 -0
  49. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/http_advanced.auto +0 -0
  50. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/http_example.auto +0 -0
  51. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/http_length_test.auto +0 -0
  52. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/http_retry_assertions.auto +0 -0
  53. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/http_retry_assertions_enhanced.auto +0 -0
  54. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/http_with_yaml.auto +0 -0
  55. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/new_retry_test.auto +0 -0
  56. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/retry_assertions_only.auto +0 -0
  57. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/retry_config_only.auto +0 -0
  58. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/retry_debug.auto +0 -0
  59. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/retry_with_fix.auto +0 -0
  60. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/simple_retry.auto +0 -0
  61. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/http/vars.yaml +0 -0
  62. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/quickstart/api_basics.auto +0 -0
  63. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/quickstart/assertions.auto +0 -0
  64. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/quickstart/loops.auto +0 -0
  65. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/test_assert.py +0 -0
  66. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/test_custom_keyword.py +0 -0
  67. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/test_http.py +0 -0
  68. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/examples/test_quickstart.py +0 -0
  69. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/keywords/__init__.py +0 -0
  70. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/keywords/assertion_keywords.py +0 -0
  71. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/keywords/global_keywords.py +0 -0
  72. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/keywords/http_keywords.py +0 -0
  73. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/keywords/system_keywords.py +0 -0
  74. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/main_adapter.py +0 -0
  75. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/plugin.py +0 -0
  76. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/remote/__init__.py +0 -0
  77. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/remote/hook_manager.py +0 -0
  78. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/remote/keyword_client.py +0 -0
  79. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/remote/keyword_server.py +0 -0
  80. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/remote/variable_bridge.py +0 -0
  81. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl/templates/keywords_report.html +0 -0
  82. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl.egg-info/SOURCES.txt +0 -0
  83. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl.egg-info/dependency_links.txt +0 -0
  84. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl.egg-info/entry_points.txt +0 -0
  85. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl.egg-info/requires.txt +0 -0
  86. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/pytest_dsl.egg-info/top_level.txt +0 -0
  87. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/setup.cfg +0 -0
  88. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/setup.py +0 -0
  89. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/auth_config.yaml +0 -0
  90. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/mock_config.yaml +0 -0
  91. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/simple_config.yaml +0 -0
  92. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_auth_mock_server.py +0 -0
  93. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_auth_runner.py +0 -0
  94. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_end_to_end_seamless.py +0 -0
  95. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_enhanced_variable_access.py +0 -0
  96. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_http_assertions_extractors.py +0 -0
  97. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_mock_server.py +0 -0
  98. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_platform_hook_integration.py +0 -0
  99. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_platform_hook_pytest.py +0 -0
  100. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_retry_runner.py +0 -0
  101. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_seamless_variable_sync.py +0 -0
  102. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_simple_hook_demo.py +0 -0
  103. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_variable_sync.py +0 -0
  104. {pytest_dsl-0.15.1 → pytest_dsl-0.15.2}/tests/test_variable_sync_demo.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-dsl
3
- Version: 0.15.1
3
+ Version: 0.15.2
4
4
  Summary: A DSL testing framework based on pytest
5
5
  Author: Chen Shuanglin
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pytest-dsl"
7
- version = "0.15.1"
7
+ version = "0.15.2"
8
8
  description = "A DSL testing framework based on pytest"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"