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/execution.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/core/types.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/README.md
tests/__init__.py
tests/conftest.py
tests/run_all.py
tests/test_report.txt
tests/__pycache__/__init__.cpython-312.pyc
tests/__pycache__/__init__.cpython-39.pyc
tests/__pycache__/conftest.cpython-312-pytest-7.4.4.pyc
tests/__pycache__/conftest.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/run_all.cpython-312.pyc
tests/__pycache__/run_all.cpython-39.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/demos/h5_filter_demo.py
tests/demos/manual_report_example.py
tests/demos/perf_parallel.py
tests/e2e/__init__.py
tests/e2e/test_user_flows.py
tests/e2e/__pycache__/__init__.cpython-312.pyc
tests/e2e/__pycache__/__init__.cpython-39.pyc
tests/e2e/__pycache__/test_user_flows.cpython-312-pytest-7.4.4.pyc
tests/e2e/__pycache__/test_user_flows.cpython-39-pytest-8.3.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
tests/integration/file_compare/test_binary_compare.py
tests/integration/file_compare/test_h5_compare.py
tests/integration/file_compare/test_json_compare.py
tests/integration/file_compare/test_text_compare.py
tests/integration/file_compare/__pycache__/test_binary_compare.cpython-312-pytest-7.4.4.pyc
tests/integration/file_compare/__pycache__/test_binary_compare.cpython-39-pytest-8.3.4.pyc
tests/integration/file_compare/__pycache__/test_h5_compare.cpython-312-pytest-7.4.4.pyc
tests/integration/file_compare/__pycache__/test_h5_compare.cpython-39-pytest-8.3.4.pyc
tests/integration/file_compare/__pycache__/test_json_compare.cpython-312-pytest-7.4.4.pyc
tests/integration/file_compare/__pycache__/test_json_compare.cpython-39-pytest-8.3.4.pyc
tests/integration/file_compare/__pycache__/test_text_compare.cpython-312-pytest-7.4.4.pyc
tests/integration/file_compare/__pycache__/test_text_compare.cpython-39-pytest-8.3.4.pyc
tests/integration/parallel/test_parallel_runner.py
tests/integration/parallel/__pycache__/test_parallel_runner.cpython-312-pytest-7.4.4.pyc
tests/integration/parallel/__pycache__/test_parallel_runner.cpython-39-pytest-8.3.4.pyc
tests/integration/path_handling/test_spaces_in_paths.py
tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-312-pytest-7.4.4.pyc
tests/integration/path_handling/__pycache__/test_spaces_in_paths.cpython-39-pytest-8.3.4.pyc
tests/unit/core/test_setup.py
tests/unit/core/__pycache__/test_setup.cpython-312-pytest-7.4.4.pyc
tests/unit/core/__pycache__/test_setup.cpython-39-pytest-8.3.4.pyc
tests/unit/runners/test_json_yaml_runner.py
tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-312-pytest-7.4.4.pyc
tests/unit/runners/__pycache__/test_json_yaml_runner.cpython-39-pytest-8.3.4.pyc