CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/user_manual.md
src/cli_test_framework/__init__.py
src/cli_test_framework/cli.py
src/cli_test_framework.egg-info/PKG-INFO
src/cli_test_framework.egg-info/SOURCES.txt
src/cli_test_framework.egg-info/dependency_links.txt
src/cli_test_framework.egg-info/entry_points.txt
src/cli_test_framework.egg-info/requires.txt
src/cli_test_framework.egg-info/top_level.txt
src/cli_test_framework/commands/__init__.py
src/cli_test_framework/commands/compare.py
src/cli_test_framework/core/__init__.py
src/cli_test_framework/core/assertions.py
src/cli_test_framework/core/base_runner.py
src/cli_test_framework/core/parallel_runner.py
src/cli_test_framework/core/process_worker.py
src/cli_test_framework/core/setup.py
src/cli_test_framework/core/test_case.py
src/cli_test_framework/file_comparator/__init__.py
src/cli_test_framework/file_comparator/base_comparator.py
src/cli_test_framework/file_comparator/binary_comparator.py
src/cli_test_framework/file_comparator/csv_comparator.py
src/cli_test_framework/file_comparator/factory.py
src/cli_test_framework/file_comparator/h5_comparator.py
src/cli_test_framework/file_comparator/json_comparator.py
src/cli_test_framework/file_comparator/result.py
src/cli_test_framework/file_comparator/text_comparator.py
src/cli_test_framework/file_comparator/xml_comparator.py
src/cli_test_framework/runners/__init__.py
src/cli_test_framework/runners/json_runner.py
src/cli_test_framework/runners/parallel_json_runner.py
src/cli_test_framework/runners/yaml_runner.py
src/cli_test_framework/utils/__init__.py
src/cli_test_framework/utils/path_resolver.py
src/cli_test_framework/utils/report_generator.py
tests/__init__.py
tests/performance_test.py
tests/test1.py
tests/test_comprehensive_space.py
tests/test_parallel_runner.py
tests/test_parallel_space.py
tests/test_report.txt
tests/test_runners.py
tests/test_setup_module.py
tests/__pycache__/__init__.cpython-312.pyc
tests/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc
tests/__pycache__/test_setup_module.cpython-312-pytest-7.4.4.pyc
tests/fixtures/test_cases.json
tests/fixtures/test_cases.yaml
tests/fixtures/test_cases1.json
tests/fixtures/test_with_setup.json
tests/fixtures/test_with_setup.yaml