cli-test-framework 0.3.0__tar.gz → 0.3.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.
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/CHANGELOG.md +12 -0
- {cli_test_framework-0.3.0/src/cli_test_framework.egg-info → cli_test_framework-0.3.1}/PKG-INFO +1 -1
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/setup.py +1 -1
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/__init__.py +1 -1
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1/src/cli_test_framework.egg-info}/PKG-INFO +1 -1
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/MANIFEST.in +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/README.md +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/docs/user_manual.md +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/pyproject.toml +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/setup.cfg +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/cli.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/commands/__init__.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/commands/compare.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/__init__.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/assertions.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/base_runner.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/parallel_runner.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/process_worker.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/setup.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/test_case.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/__init__.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/base_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/binary_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/csv_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/factory.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/h5_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/json_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/result.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/text_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/file_comparator/xml_comparator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/__init__.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/json_runner.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/parallel_json_runner.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/yaml_runner.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/utils/__init__.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/utils/path_resolver.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/utils/report_generator.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/SOURCES.txt +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/dependency_links.txt +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/entry_points.txt +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/requires.txt +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/top_level.txt +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/__init__.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/__pycache__/__init__.cpython-312.pyc +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/__pycache__/test_setup_module.cpython-312-pytest-7.4.4.pyc +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/fixtures/test_cases.json +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/fixtures/test_cases.yaml +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/fixtures/test_cases1.json +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/fixtures/test_with_setup.json +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/fixtures/test_with_setup.yaml +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/performance_test.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test1.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test_comprehensive_space.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test_parallel_runner.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test_parallel_space.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test_report.txt +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test_runners.py +0 -0
- {cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/test_setup_module.py +0 -0
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# 变更日志
|
|
2
2
|
|
|
3
|
+
## [v0.3.1] - 2024-12-29
|
|
4
|
+
|
|
5
|
+
### 🔧 改进
|
|
6
|
+
- **文档更新**:完善了用户手册中的Setup模块文档
|
|
7
|
+
- **示例增强**:增加了更多详细的配置示例和最佳实践说明
|
|
8
|
+
- **PyPI发布**:确保最新的用户手册包含在PyPI包中
|
|
9
|
+
|
|
10
|
+
### 📚 文档修复
|
|
11
|
+
- 修复了用户手册格式问题
|
|
12
|
+
- 改进了Setup模块的使用示例
|
|
13
|
+
- 补充了更多自定义插件开发指南
|
|
14
|
+
|
|
3
15
|
## [v0.3.0] - 2025-06-07
|
|
4
16
|
|
|
5
17
|
### 🎉 重大新功能 - Setup模块系统
|
{cli_test_framework-0.3.0/src/cli_test_framework.egg-info → cli_test_framework-0.3.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli-test-framework
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
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/yourusername/cli-test-framework
|
|
6
6
|
Author: Xiaotong Wang
|
|
@@ -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.3.
|
|
11
|
+
version="0.3.1",
|
|
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.",
|
|
@@ -5,7 +5,7 @@ This package provides tools for testing command-line applications and scripts
|
|
|
5
5
|
with support for parallel execution and advanced file comparison capabilities.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = "0.3.
|
|
8
|
+
__version__ = "0.3.1"
|
|
9
9
|
__author__ = "Xiaotong Wang"
|
|
10
10
|
__email__ = "xiaotongwang98@gmail.com"
|
|
11
11
|
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1/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.3.
|
|
3
|
+
Version: 0.3.1
|
|
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/yourusername/cli-test-framework
|
|
6
6
|
Author: Xiaotong Wang
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/commands/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/commands/compare.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/assertions.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/base_runner.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/parallel_runner.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/core/process_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/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
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/json_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/runners/yaml_runner.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/utils/__init__.py
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework/utils/path_resolver.py
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/requires.txt
RENAMED
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/src/cli_test_framework.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{cli_test_framework-0.3.0 → cli_test_framework-0.3.1}/tests/__pycache__/__init__.cpython-312.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
|