cli-test-framework 0.5.3__tar.gz → 0.5.4__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 (154) hide show
  1. {cli_test_framework-0.5.3/src/cli_test_framework.egg-info → cli_test_framework-0.5.4}/PKG-INFO +12 -5
  2. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/README.md +8 -0
  3. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/setup.py +4 -5
  4. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4/src/cli_test_framework.egg-info}/PKG-INFO +12 -5
  5. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework.egg-info/SOURCES.txt +13 -0
  6. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework.egg-info/requires.txt +3 -4
  7. cli_test_framework-0.5.4/tests/e2e/__pycache__/test_user_flows.cpython-312-pytest-7.4.4.pyc +0 -0
  8. cli_test_framework-0.5.4/tests/integration/__pycache__/test_history_feature.cpython-312-pytest-7.4.4.pyc +0 -0
  9. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/__pycache__/test_history_feature.cpython-312-pytest-9.0.3.pyc +0 -0
  10. cli_test_framework-0.5.4/tests/integration/__pycache__/test_real_command_execution.cpython-312-pytest-7.4.4.pyc +0 -0
  11. cli_test_framework-0.5.3/tests/integration/__pycache__/test_sequence.cpython-312-pytest-7.4.4.pyc → cli_test_framework-0.5.4/tests/integration/__pycache__/test_sequence.cpython-312-pytest-9.0.3.pyc +0 -0
  12. cli_test_framework-0.5.4/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  13. cli_test_framework-0.5.4/tests/integration/file_compare/__pycache__/test_csv_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  14. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_csv_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  15. cli_test_framework-0.5.4/tests/integration/file_compare/__pycache__/test_xml_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  16. cli_test_framework-0.5.4/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-9.0.3.pyc +0 -0
  17. cli_test_framework-0.5.4/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-312-pytest-7.4.4.pyc +0 -0
  18. cli_test_framework-0.5.3/tests/unit/__pycache__/test_cli.cpython-312-pytest-9.0.3.pyc → cli_test_framework-0.5.4/tests/unit/__pycache__/test_cli.cpython-312-pytest-7.4.4.pyc +0 -0
  19. cli_test_framework-0.5.4/tests/unit/__pycache__/test_cli.cpython-312-pytest-9.0.3.pyc +0 -0
  20. cli_test_framework-0.5.4/tests/unit/__pycache__/test_h5_comparator.cpython-312-pytest-7.4.4.pyc +0 -0
  21. cli_test_framework-0.5.4/tests/unit/__pycache__/test_run_all.cpython-312-pytest-7.4.4.pyc +0 -0
  22. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/__pycache__/test_run_all.cpython-312-pytest-9.0.3.pyc +0 -0
  23. cli_test_framework-0.5.4/tests/unit/commands/__pycache__/test_compare_command.cpython-312-pytest-7.4.4.pyc +0 -0
  24. cli_test_framework-0.5.4/tests/unit/core/__pycache__/test_assertions.cpython-312-pytest-9.0.3.pyc +0 -0
  25. cli_test_framework-0.5.4/tests/unit/core/__pycache__/test_history_store.cpython-312-pytest-7.4.4.pyc +0 -0
  26. cli_test_framework-0.5.3/tests/unit/core/__pycache__/test_process_worker.cpython-312-pytest-9.0.3.pyc → cli_test_framework-0.5.4/tests/unit/core/__pycache__/test_process_worker.cpython-312-pytest-7.4.4.pyc +0 -0
  27. cli_test_framework-0.5.4/tests/unit/core/__pycache__/test_process_worker.cpython-312-pytest-9.0.3.pyc +0 -0
  28. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/__pycache__/test_setup.cpython-312-pytest-9.0.3.pyc +0 -0
  29. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-312-pytest-9.0.3.pyc +0 -0
  30. cli_test_framework-0.5.4/tests/unit/runners/__pycache__/test_test_case_filter.cpython-312-pytest-9.0.3.pyc +0 -0
  31. cli_test_framework-0.5.4/tests/unit/utils/__pycache__/test_junit_xml_writer.cpython-312-pytest-9.0.3.pyc +0 -0
  32. cli_test_framework-0.5.4/tests/unit/utils/__pycache__/test_report_generator.cpython-312-pytest-7.4.4.pyc +0 -0
  33. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/utils/__pycache__/test_report_generator.cpython-312-pytest-9.0.3.pyc +0 -0
  34. cli_test_framework-0.5.3/tests/e2e/__pycache__/test_user_flows.cpython-312-pytest-7.4.4.pyc +0 -0
  35. cli_test_framework-0.5.3/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  36. cli_test_framework-0.5.3/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  37. cli_test_framework-0.5.3/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-312-pytest-7.4.4.pyc +0 -0
  38. cli_test_framework-0.5.3/tests/unit/runners/__pycache__/test_test_case_filter.cpython-312-pytest-7.4.4.pyc +0 -0
  39. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/MANIFEST.in +0 -0
  40. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/docs/design.md +0 -0
  41. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/docs/design_en.md +0 -0
  42. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/docs/user_manual.md +0 -0
  43. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/docs/user_manual_en.md +0 -0
  44. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/pyproject.toml +0 -0
  45. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/setup.cfg +0 -0
  46. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/__init__.py +0 -0
  47. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/cli.py +0 -0
  48. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/commands/__init__.py +0 -0
  49. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/commands/compare.py +0 -0
  50. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/__init__.py +0 -0
  51. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/assertions.py +0 -0
  52. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/base_runner.py +0 -0
  53. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/execution.py +0 -0
  54. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/history_store.py +0 -0
  55. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/parallel_runner.py +0 -0
  56. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/process_worker.py +0 -0
  57. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/setup.py +0 -0
  58. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/test_case.py +0 -0
  59. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/core/types.py +0 -0
  60. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/__init__.py +0 -0
  61. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/base_comparator.py +0 -0
  62. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/binary_comparator.py +0 -0
  63. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/csv_comparator.py +0 -0
  64. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/factory.py +0 -0
  65. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/h5_comparator.py +0 -0
  66. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/json_comparator.py +0 -0
  67. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/result.py +0 -0
  68. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/text_comparator.py +0 -0
  69. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/file_comparator/xml_comparator.py +0 -0
  70. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/runners/__init__.py +0 -0
  71. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/runners/json_runner.py +0 -0
  72. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/runners/parallel_json_runner.py +0 -0
  73. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/runners/yaml_runner.py +0 -0
  74. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/utils/__init__.py +0 -0
  75. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/utils/path_resolver.py +0 -0
  76. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework/utils/report_generator.py +0 -0
  77. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework.egg-info/dependency_links.txt +0 -0
  78. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework.egg-info/entry_points.txt +0 -0
  79. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/src/cli_test_framework.egg-info/top_level.txt +0 -0
  80. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/README.md +0 -0
  81. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__init__.py +0 -0
  82. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  83. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/__init__.cpython-39.pyc +0 -0
  84. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/conftest.cpython-312-pytest-7.4.4.pyc +0 -0
  85. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc +0 -0
  86. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/conftest.cpython-39-pytest-8.3.4.pyc +0 -0
  87. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/run_all.cpython-312.pyc +0 -0
  88. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/run_all.cpython-39.pyc +0 -0
  89. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  90. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/__pycache__/test_setup_module.cpython-312-pytest-7.4.4.pyc +0 -0
  91. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/conftest.py +0 -0
  92. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/demos/h5_filter_demo.py +0 -0
  93. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/demos/manual_report_example.py +0 -0
  94. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/demos/perf_parallel.py +0 -0
  95. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/e2e/__init__.py +0 -0
  96. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/e2e/__pycache__/__init__.cpython-312.pyc +0 -0
  97. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/e2e/__pycache__/__init__.cpython-39.pyc +0 -0
  98. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/e2e/__pycache__/test_user_flows.cpython-312-pytest-9.0.3.pyc +0 -0
  99. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/e2e/__pycache__/test_user_flows.cpython-39-pytest-8.3.4.pyc +0 -0
  100. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/e2e/test_user_flows.py +0 -0
  101. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/fixtures/test_cases.json +0 -0
  102. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/fixtures/test_cases.yaml +0 -0
  103. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/fixtures/test_cases1.json +0 -0
  104. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/fixtures/test_with_setup.json +0 -0
  105. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/fixtures/test_with_setup.yaml +0 -0
  106. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/__pycache__/test_real_command_execution.cpython-312-pytest-9.0.3.pyc +0 -0
  107. /cli_test_framework-0.5.3/tests/integration/__pycache__/test_sequence.cpython-312-pytest-9.0.3.pyc → /cli_test_framework-0.5.4/tests/integration/__pycache__/test_sequence.cpython-312-pytest-7.4.4.pyc +0 -0
  108. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  109. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  110. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  111. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  112. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  113. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  114. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  115. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  116. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  117. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  118. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  119. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/__pycache__/test_xml_compare.cpython-312-pytest-9.0.3.pyc +0 -0
  120. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/test_binary_compare.py +0 -0
  121. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/test_csv_compare.py +0 -0
  122. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/test_h5_compare.py +0 -0
  123. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/test_json_compare.py +0 -0
  124. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/test_text_compare.py +0 -0
  125. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/file_compare/test_xml_compare.py +0 -0
  126. /cli_test_framework-0.5.3/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-9.0.3.pyc → /cli_test_framework-0.5.4/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  127. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-39-pytest-8.3.4.pyc +0 -0
  128. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/parallel/test_parallel_runner.py +0 -0
  129. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-312-pytest-9.0.3.pyc +0 -0
  130. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-39-pytest-8.3.4.pyc +0 -0
  131. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/path_handling/test_spaces_in_paths.py +0 -0
  132. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/test_history_feature.py +0 -0
  133. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/test_real_command_execution.py +0 -0
  134. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/integration/test_sequence.py +0 -0
  135. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/run_all.py +0 -0
  136. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/test_report.txt +0 -0
  137. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/__pycache__/test_h5_comparator.cpython-312-pytest-9.0.3.pyc +0 -0
  138. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/commands/__pycache__/test_compare_command.cpython-312-pytest-9.0.3.pyc +0 -0
  139. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/commands/test_compare_command.py +0 -0
  140. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/__pycache__/test_history_store.cpython-312-pytest-9.0.3.pyc +0 -0
  141. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/__pycache__/test_setup.cpython-312-pytest-7.4.4.pyc +0 -0
  142. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/__pycache__/test_setup.cpython-39-pytest-8.3.4.pyc +0 -0
  143. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/test_history_store.py +0 -0
  144. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/test_process_worker.py +0 -0
  145. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/core/test_setup.py +0 -0
  146. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  147. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-39-pytest-8.3.4.pyc +0 -0
  148. /cli_test_framework-0.5.3/tests/unit/runners/__pycache__/test_test_case_filter.cpython-312-pytest-9.0.3.pyc → /cli_test_framework-0.5.4/tests/unit/runners/__pycache__/test_test_case_filter.cpython-312-pytest-7.4.4.pyc +0 -0
  149. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/runners/test_json_yaml_runner.py +0 -0
  150. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/runners/test_test_case_filter.py +0 -0
  151. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/test_cli.py +0 -0
  152. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/test_h5_comparator.py +0 -0
  153. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/test_run_all.py +0 -0
  154. {cli_test_framework-0.5.3 → cli_test_framework-0.5.4}/tests/unit/utils/test_report_generator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cli-test-framework
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: A powerful command line testing framework in Python with setup modules, parallel execution, and file comparison capabilities.
5
5
  Home-page: https://github.com/ozil111/cli-test-framework
6
6
  Author: Xiaotong Wang
@@ -18,10 +18,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  Requires-Dist: dukpy==0.5.0
21
- Requires-Dist: h5py<4.0.0,>=3.8.0; python_version < "3.12"
22
- Requires-Dist: h5py<4.0.0,>=3.10.0; python_version >= "3.12"
23
- Requires-Dist: numpy<2.0.0,>=1.21.0; python_version < "3.12"
24
- Requires-Dist: numpy<2.0.0,>=1.26.0; python_version >= "3.12"
21
+ Requires-Dist: h5py<4.0.0,>=3.11.0
22
+ Requires-Dist: numpy>=1.21.0; python_version < "3.12"
23
+ Requires-Dist: numpy>=1.26.0; python_version >= "3.12"
25
24
  Requires-Dist: setuptools>=75.8.0
26
25
  Requires-Dist: wheel>=0.45.1
27
26
  Dynamic: author
@@ -41,6 +40,14 @@ A lightweight automated testing framework for command-line applications. Define
41
40
 
42
41
  Particularly suited for scientific computing — deep HDF5 support with regex table matching, data filtering, and tolerance-based comparison, making simulation result verification effortless.
43
42
 
43
+ ## Why this exists
44
+
45
+ This project was created from a real need: regression testing finite-element software.
46
+
47
+ In solver-style projects, checking the exit code is not enough. A test often needs to run multiple commands, generate numerical result files, compare HDF5/CSV outputs with tolerances, and make sure old cases do not become slower over time.
48
+
49
+ CLI Test Framework was built for that workflow.
50
+
44
51
  ## Highlights
45
52
 
46
53
  - **Parallel Execution** — Multi-thread / multi-process, 3-5x speedup
@@ -4,6 +4,14 @@ A lightweight automated testing framework for command-line applications. Define
4
4
 
5
5
  Particularly suited for scientific computing — deep HDF5 support with regex table matching, data filtering, and tolerance-based comparison, making simulation result verification effortless.
6
6
 
7
+ ## Why this exists
8
+
9
+ This project was created from a real need: regression testing finite-element software.
10
+
11
+ In solver-style projects, checking the exit code is not enough. A test often needs to run multiple commands, generate numerical result files, compare HDF5/CSV outputs with tolerances, and make sure old cases do not become slower over time.
12
+
13
+ CLI Test Framework was built for that workflow.
14
+
7
15
  ## Highlights
8
16
 
9
17
  - **Parallel Execution** — Multi-thread / multi-process, 3-5x speedup
@@ -8,7 +8,7 @@ with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
8
8
 
9
9
  setup(
10
10
  name="cli-test-framework",
11
- version="0.5.3",
11
+ version="0.5.4",
12
12
  author="Xiaotong Wang",
13
13
  author_email="xiaotongwang98@gmail.com",
14
14
  description="A powerful command line testing framework in Python with setup modules, parallel execution, and file comparison capabilities.",
@@ -19,10 +19,9 @@ setup(
19
19
  package_dir={"": "src"},
20
20
  install_requires=[
21
21
  "dukpy==0.5.0",
22
- "h5py>=3.8.0,<4.0.0; python_version<'3.12'",
23
- "h5py>=3.10.0,<4.0.0; python_version>='3.12'",
24
- "numpy>=1.21.0,<2.0.0; python_version<'3.12'",
25
- "numpy>=1.26.0,<2.0.0; python_version>='3.12'",
22
+ "h5py>=3.11.0,<4.0.0",
23
+ "numpy>=1.21.0; python_version<'3.12'",
24
+ "numpy>=1.26.0; python_version>='3.12'",
26
25
  "setuptools>=75.8.0",
27
26
  "wheel>=0.45.1"
28
27
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cli-test-framework
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: A powerful command line testing framework in Python with setup modules, parallel execution, and file comparison capabilities.
5
5
  Home-page: https://github.com/ozil111/cli-test-framework
6
6
  Author: Xiaotong Wang
@@ -18,10 +18,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  Requires-Dist: dukpy==0.5.0
21
- Requires-Dist: h5py<4.0.0,>=3.8.0; python_version < "3.12"
22
- Requires-Dist: h5py<4.0.0,>=3.10.0; python_version >= "3.12"
23
- Requires-Dist: numpy<2.0.0,>=1.21.0; python_version < "3.12"
24
- Requires-Dist: numpy<2.0.0,>=1.26.0; python_version >= "3.12"
21
+ Requires-Dist: h5py<4.0.0,>=3.11.0
22
+ Requires-Dist: numpy>=1.21.0; python_version < "3.12"
23
+ Requires-Dist: numpy>=1.26.0; python_version >= "3.12"
25
24
  Requires-Dist: setuptools>=75.8.0
26
25
  Requires-Dist: wheel>=0.45.1
27
26
  Dynamic: author
@@ -41,6 +40,14 @@ A lightweight automated testing framework for command-line applications. Define
41
40
 
42
41
  Particularly suited for scientific computing — deep HDF5 support with regex table matching, data filtering, and tolerance-based comparison, making simulation result verification effortless.
43
42
 
43
+ ## Why this exists
44
+
45
+ This project was created from a real need: regression testing finite-element software.
46
+
47
+ In solver-style projects, checking the exit code is not enough. A test often needs to run multiple commands, generate numerical result files, compare HDF5/CSV outputs with tolerances, and make sure old cases do not become slower over time.
48
+
49
+ CLI Test Framework was built for that workflow.
50
+
44
51
  ## Highlights
45
52
 
46
53
  - **Parallel Execution** — Multi-thread / multi-process, 3-5x speedup
@@ -75,7 +75,9 @@ tests/fixtures/test_with_setup.yaml
75
75
  tests/integration/test_history_feature.py
76
76
  tests/integration/test_real_command_execution.py
77
77
  tests/integration/test_sequence.py
78
+ tests/integration/__pycache__/test_history_feature.cpython-312-pytest-7.4.4.pyc
78
79
  tests/integration/__pycache__/test_history_feature.cpython-312-pytest-9.0.3.pyc
80
+ tests/integration/__pycache__/test_real_command_execution.cpython-312-pytest-7.4.4.pyc
79
81
  tests/integration/__pycache__/test_real_command_execution.cpython-312-pytest-9.0.3.pyc
80
82
  tests/integration/__pycache__/test_sequence.cpython-312-pytest-7.4.4.pyc
81
83
  tests/integration/__pycache__/test_sequence.cpython-312-pytest-9.0.3.pyc
@@ -88,6 +90,7 @@ tests/integration/file_compare/test_xml_compare.py
88
90
  tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-7.4.4.pyc
89
91
  tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-9.0.3.pyc
90
92
  tests/integration/file_compare/__pycache__/test_binary_compare.cpython-39-pytest-8.3.4.pyc
93
+ tests/integration/file_compare/__pycache__/test_csv_compare.cpython-312-pytest-7.4.4.pyc
91
94
  tests/integration/file_compare/__pycache__/test_csv_compare.cpython-312-pytest-9.0.3.pyc
92
95
  tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-7.4.4.pyc
93
96
  tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-9.0.3.pyc
@@ -98,6 +101,7 @@ tests/integration/file_compare/__pycache__/test_json_compare.cpython-39-pytest-8
98
101
  tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-7.4.4.pyc
99
102
  tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-9.0.3.pyc
100
103
  tests/integration/file_compare/__pycache__/test_text_compare.cpython-39-pytest-8.3.4.pyc
104
+ tests/integration/file_compare/__pycache__/test_xml_compare.cpython-312-pytest-7.4.4.pyc
101
105
  tests/integration/file_compare/__pycache__/test_xml_compare.cpython-312-pytest-9.0.3.pyc
102
106
  tests/integration/parallel/test_parallel_runner.py
103
107
  tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc
@@ -110,15 +114,22 @@ tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-39-pyte
110
114
  tests/unit/test_cli.py
111
115
  tests/unit/test_h5_comparator.py
112
116
  tests/unit/test_run_all.py
117
+ tests/unit/__pycache__/test_cli.cpython-312-pytest-7.4.4.pyc
113
118
  tests/unit/__pycache__/test_cli.cpython-312-pytest-9.0.3.pyc
119
+ tests/unit/__pycache__/test_h5_comparator.cpython-312-pytest-7.4.4.pyc
114
120
  tests/unit/__pycache__/test_h5_comparator.cpython-312-pytest-9.0.3.pyc
121
+ tests/unit/__pycache__/test_run_all.cpython-312-pytest-7.4.4.pyc
115
122
  tests/unit/__pycache__/test_run_all.cpython-312-pytest-9.0.3.pyc
116
123
  tests/unit/commands/test_compare_command.py
124
+ tests/unit/commands/__pycache__/test_compare_command.cpython-312-pytest-7.4.4.pyc
117
125
  tests/unit/commands/__pycache__/test_compare_command.cpython-312-pytest-9.0.3.pyc
118
126
  tests/unit/core/test_history_store.py
119
127
  tests/unit/core/test_process_worker.py
120
128
  tests/unit/core/test_setup.py
129
+ tests/unit/core/__pycache__/test_assertions.cpython-312-pytest-9.0.3.pyc
130
+ tests/unit/core/__pycache__/test_history_store.cpython-312-pytest-7.4.4.pyc
121
131
  tests/unit/core/__pycache__/test_history_store.cpython-312-pytest-9.0.3.pyc
132
+ tests/unit/core/__pycache__/test_process_worker.cpython-312-pytest-7.4.4.pyc
122
133
  tests/unit/core/__pycache__/test_process_worker.cpython-312-pytest-9.0.3.pyc
123
134
  tests/unit/core/__pycache__/test_setup.cpython-312-pytest-7.4.4.pyc
124
135
  tests/unit/core/__pycache__/test_setup.cpython-312-pytest-9.0.3.pyc
@@ -131,4 +142,6 @@ tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-39-pytest-8.3.4.pyc
131
142
  tests/unit/runners/__pycache__/test_test_case_filter.cpython-312-pytest-7.4.4.pyc
132
143
  tests/unit/runners/__pycache__/test_test_case_filter.cpython-312-pytest-9.0.3.pyc
133
144
  tests/unit/utils/test_report_generator.py
145
+ tests/unit/utils/__pycache__/test_junit_xml_writer.cpython-312-pytest-9.0.3.pyc
146
+ tests/unit/utils/__pycache__/test_report_generator.cpython-312-pytest-7.4.4.pyc
134
147
  tests/unit/utils/__pycache__/test_report_generator.cpython-312-pytest-9.0.3.pyc
@@ -1,11 +1,10 @@
1
1
  dukpy==0.5.0
2
+ h5py<4.0.0,>=3.11.0
2
3
  setuptools>=75.8.0
3
4
  wheel>=0.45.1
4
5
 
5
6
  [:python_version < "3.12"]
6
- h5py<4.0.0,>=3.8.0
7
- numpy<2.0.0,>=1.21.0
7
+ numpy>=1.21.0
8
8
 
9
9
  [:python_version >= "3.12"]
10
- h5py<4.0.0,>=3.10.0
11
- numpy<2.0.0,>=1.26.0
10
+ numpy>=1.26.0