cli-test-framework 0.4.3__tar.gz → 0.4.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.
- {cli_test_framework-0.4.3/src/cli_test_framework.egg-info → cli_test_framework-0.4.4}/PKG-INFO +2 -2
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/setup.py +2 -2
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4/src/cli_test_framework.egg-info}/PKG-INFO +2 -2
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/requires.txt +1 -1
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/MANIFEST.in +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/README.md +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/docs/user_manual.md +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/pyproject.toml +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/setup.cfg +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/cli.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/commands/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/commands/compare.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/assertions.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/base_runner.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/execution.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/parallel_runner.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/process_worker.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/setup.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/test_case.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/types.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/base_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/binary_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/csv_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/factory.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/h5_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/json_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/result.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/text_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/file_comparator/xml_comparator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/json_runner.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/parallel_json_runner.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/yaml_runner.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/utils/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/utils/path_resolver.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/utils/report_generator.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/SOURCES.txt +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/dependency_links.txt +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/entry_points.txt +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/top_level.txt +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/README.md +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/__init__.cpython-312.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/__init__.cpython-39.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/conftest.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/conftest.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/run_all.cpython-312.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/run_all.cpython-39.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/test_setup_module.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/conftest.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/demos/h5_filter_demo.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/demos/manual_report_example.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/demos/perf_parallel.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__init__.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__pycache__/__init__.cpython-312.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__pycache__/__init__.cpython-39.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__pycache__/test_user_flows.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__pycache__/test_user_flows.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/test_user_flows.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/fixtures/test_cases.json +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/fixtures/test_cases.yaml +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/fixtures/test_cases1.json +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/fixtures/test_with_setup.json +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/fixtures/test_with_setup.yaml +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_binary_compare.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_h5_compare.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_json_compare.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/__pycache__/test_text_compare.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/test_binary_compare.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/test_h5_compare.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/test_json_compare.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/file_compare/test_text_compare.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/parallel/__pycache__/test_parallel_runner.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/parallel/test_parallel_runner.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/integration/path_handling/test_spaces_in_paths.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/run_all.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/test_report.txt +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/core/__pycache__/test_setup.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/core/__pycache__/test_setup.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/core/test_setup.py +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-39-pytest-8.3.4.pyc +0 -0
- {cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/runners/test_json_yaml_runner.py +0 -0
{cli_test_framework-0.4.3/src/cli_test_framework.egg-info → cli_test_framework-0.4.4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli-test-framework
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.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
|
|
@@ -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>=
|
|
22
|
+
Requires-Dist: numpy>=1.22.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.
|
|
11
|
+
version="0.4.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.",
|
|
@@ -20,7 +20,7 @@ setup(
|
|
|
20
20
|
install_requires=[
|
|
21
21
|
"dukpy==0.5.0",
|
|
22
22
|
"h5py>=3.8.0",
|
|
23
|
-
"numpy>=
|
|
23
|
+
"numpy>=1.22.0",
|
|
24
24
|
"setuptools>=75.8.0",
|
|
25
25
|
"wheel>=0.45.1"
|
|
26
26
|
],
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4/src/cli_test_framework.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli-test-framework
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.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
|
|
@@ -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>=
|
|
22
|
+
Requires-Dist: numpy>=1.22.0
|
|
23
23
|
Requires-Dist: setuptools>=75.8.0
|
|
24
24
|
Requires-Dist: wheel>=0.45.1
|
|
25
25
|
Dynamic: author
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/commands/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/commands/compare.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/assertions.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/base_runner.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/execution.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/parallel_runner.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/process_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/core/test_case.py
RENAMED
|
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
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/json_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/runners/yaml_runner.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/utils/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework/utils/path_resolver.py
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/src/cli_test_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/__init__.cpython-312.pyc
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/__init__.cpython-39.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/run_all.cpython-312.pyc
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/__pycache__/run_all.cpython-39.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__pycache__/__init__.cpython-312.pyc
RENAMED
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/e2e/__pycache__/__init__.cpython-39.pyc
RENAMED
|
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
|
|
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
|
|
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
|
|
File without changes
|
{cli_test_framework-0.4.3 → cli_test_framework-0.4.4}/tests/unit/runners/test_json_yaml_runner.py
RENAMED
|
File without changes
|