cli-test-framework 0.4.4__tar.gz → 0.4.5__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 (94) hide show
  1. {cli_test_framework-0.4.4/src/cli_test_framework.egg-info → cli_test_framework-0.4.5}/PKG-INFO +2 -2
  2. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/setup.py +2 -2
  3. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5/src/cli_test_framework.egg-info}/PKG-INFO +2 -2
  4. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework.egg-info/requires.txt +1 -1
  5. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/MANIFEST.in +0 -0
  6. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/README.md +0 -0
  7. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/docs/user_manual.md +0 -0
  8. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/pyproject.toml +0 -0
  9. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/setup.cfg +0 -0
  10. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/__init__.py +0 -0
  11. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/cli.py +0 -0
  12. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/commands/__init__.py +0 -0
  13. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/commands/compare.py +0 -0
  14. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/__init__.py +0 -0
  15. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/assertions.py +0 -0
  16. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/base_runner.py +0 -0
  17. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/execution.py +0 -0
  18. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/parallel_runner.py +0 -0
  19. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/process_worker.py +0 -0
  20. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/setup.py +0 -0
  21. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/test_case.py +0 -0
  22. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/core/types.py +0 -0
  23. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/__init__.py +0 -0
  24. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/base_comparator.py +0 -0
  25. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/binary_comparator.py +0 -0
  26. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/csv_comparator.py +0 -0
  27. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/factory.py +0 -0
  28. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/h5_comparator.py +0 -0
  29. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/json_comparator.py +0 -0
  30. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/result.py +0 -0
  31. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/text_comparator.py +0 -0
  32. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/file_comparator/xml_comparator.py +0 -0
  33. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/runners/__init__.py +0 -0
  34. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/runners/json_runner.py +0 -0
  35. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/runners/parallel_json_runner.py +0 -0
  36. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/runners/yaml_runner.py +0 -0
  37. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/utils/__init__.py +0 -0
  38. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/utils/path_resolver.py +0 -0
  39. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework/utils/report_generator.py +0 -0
  40. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework.egg-info/SOURCES.txt +0 -0
  41. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework.egg-info/dependency_links.txt +0 -0
  42. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework.egg-info/entry_points.txt +0 -0
  43. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/src/cli_test_framework.egg-info/top_level.txt +0 -0
  44. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/README.md +0 -0
  45. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__init__.py +0 -0
  46. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  47. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/__init__.cpython-39.pyc +0 -0
  48. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/conftest.cpython-312-pytest-7.4.4.pyc +0 -0
  49. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/conftest.cpython-39-pytest-8.3.4.pyc +0 -0
  50. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/run_all.cpython-312.pyc +0 -0
  51. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/run_all.cpython-39.pyc +0 -0
  52. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  53. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/__pycache__/test_setup_module.cpython-312-pytest-7.4.4.pyc +0 -0
  54. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/conftest.py +0 -0
  55. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/demos/h5_filter_demo.py +0 -0
  56. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/demos/manual_report_example.py +0 -0
  57. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/demos/perf_parallel.py +0 -0
  58. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/e2e/__init__.py +0 -0
  59. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/e2e/__pycache__/__init__.cpython-312.pyc +0 -0
  60. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/e2e/__pycache__/__init__.cpython-39.pyc +0 -0
  61. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/e2e/__pycache__/test_user_flows.cpython-312-pytest-7.4.4.pyc +0 -0
  62. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/e2e/__pycache__/test_user_flows.cpython-39-pytest-8.3.4.pyc +0 -0
  63. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/e2e/test_user_flows.py +0 -0
  64. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/fixtures/test_cases.json +0 -0
  65. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/fixtures/test_cases.yaml +0 -0
  66. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/fixtures/test_cases1.json +0 -0
  67. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/fixtures/test_with_setup.json +0 -0
  68. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/fixtures/test_with_setup.yaml +0 -0
  69. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  70. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  71. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  72. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  73. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  74. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  75. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-7.4.4.pyc +0 -0
  76. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-39-pytest-8.3.4.pyc +0 -0
  77. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/test_binary_compare.py +0 -0
  78. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/test_h5_compare.py +0 -0
  79. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/test_json_compare.py +0 -0
  80. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/file_compare/test_text_compare.py +0 -0
  81. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  82. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-39-pytest-8.3.4.pyc +0 -0
  83. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/parallel/test_parallel_runner.py +0 -0
  84. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-312-pytest-7.4.4.pyc +0 -0
  85. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-39-pytest-8.3.4.pyc +0 -0
  86. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/integration/path_handling/test_spaces_in_paths.py +0 -0
  87. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/run_all.py +0 -0
  88. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/test_report.txt +0 -0
  89. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/unit/core/__pycache__/test_setup.cpython-312-pytest-7.4.4.pyc +0 -0
  90. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/unit/core/__pycache__/test_setup.cpython-39-pytest-8.3.4.pyc +0 -0
  91. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/unit/core/test_setup.py +0 -0
  92. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-312-pytest-7.4.4.pyc +0 -0
  93. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-39-pytest-8.3.4.pyc +0 -0
  94. {cli_test_framework-0.4.4 → cli_test_framework-0.4.5}/tests/unit/runners/test_json_yaml_runner.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cli-test-framework
3
- Version: 0.4.4
3
+ Version: 0.4.5
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
@@ -19,7 +19,7 @@ Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  Requires-Dist: dukpy==0.5.0
21
21
  Requires-Dist: h5py>=3.8.0
22
- Requires-Dist: numpy>=1.22.0
22
+ Requires-Dist: numpy>=1.21.0
23
23
  Requires-Dist: setuptools>=75.8.0
24
24
  Requires-Dist: wheel>=0.45.1
25
25
  Dynamic: author
@@ -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.4.4",
11
+ version="0.4.5",
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.",
@@ -20,7 +20,7 @@ setup(
20
20
  install_requires=[
21
21
  "dukpy==0.5.0",
22
22
  "h5py>=3.8.0",
23
- "numpy>=1.22.0",
23
+ "numpy>=1.21.0",
24
24
  "setuptools>=75.8.0",
25
25
  "wheel>=0.45.1"
26
26
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cli-test-framework
3
- Version: 0.4.4
3
+ Version: 0.4.5
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
@@ -19,7 +19,7 @@ Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  Requires-Dist: dukpy==0.5.0
21
21
  Requires-Dist: h5py>=3.8.0
22
- Requires-Dist: numpy>=1.22.0
22
+ Requires-Dist: numpy>=1.21.0
23
23
  Requires-Dist: setuptools>=75.8.0
24
24
  Requires-Dist: wheel>=0.45.1
25
25
  Dynamic: author
@@ -1,5 +1,5 @@
1
1
  dukpy==0.5.0
2
2
  h5py>=3.8.0
3
- numpy>=1.22.0
3
+ numpy>=1.21.0
4
4
  setuptools>=75.8.0
5
5
  wheel>=0.45.1