LICENSE
MANIFEST.in
README.md
requirements.prod.extras.txt
requirements.prod.required.txt
requirements.prod.txt
setup.cfg
setup.minimal.py
setup.py
setup_utils.py
version.py
approvaltests/__init__.py
approvaltests/__main__.py
approvaltests/approval_exception.py
approvaltests/approvals.py
approvaltests/asserts.py
approvaltests/binary_writer.py
approvaltests/combination_approvals.py
approvaltests/command.py
approvaltests/commandline_interface.py
approvaltests/existing_file_writer.py
approvaltests/file_approver.py
approvaltests/pairwise_combinations.py
approvaltests/py.typed
approvaltests/reporter_missing_exception.py
approvaltests/storyboard.py
approvaltests/string_writer.py
approvaltests/version.py
approvaltests/core/__init__.py
approvaltests/core/comparator.py
approvaltests/core/format_wrapper.py
approvaltests/core/namer.py
approvaltests/core/options.py
approvaltests/core/reporter.py
approvaltests/core/scenario_namer.py
approvaltests/core/writer.py
approvaltests/inline/__init__.py
approvaltests/inline/inline_options.py
approvaltests/inline/markers.py
approvaltests/inline/parse.py
approvaltests/inline/parse2.py
approvaltests/inline/parse3.py
approvaltests/inline/parse_docstring.py
approvaltests/inline/split_code.py
approvaltests/inline/types.py
approvaltests/integrations/__init__.py
approvaltests/integrations/pytest/__init__.py
approvaltests/integrations/pytest/py_test_namer.py
approvaltests/integrations/pytest/pytest_config.py
approvaltests/integrations/pytest/pytest_plugin.py
approvaltests/internals/__init__.py
approvaltests/internals/logs/__init__.py
approvaltests/internals/logs/approved_file_log.py
approvaltests/internals/logs/failed_comparison_log.py
approvaltests/internals/logs/log_commons.py
approvaltests/namer/__init__.py
approvaltests/namer/cli_namer.py
approvaltests/namer/default_name.py
approvaltests/namer/default_namer_factory.py
approvaltests/namer/inline_comparator.py
approvaltests/namer/inline_python_reporter.py
approvaltests/namer/namer_base.py
approvaltests/namer/stack_frame_namer.py
approvaltests/reporters/__init__.py
approvaltests/reporters/clipboard_reporter.py
approvaltests/reporters/default_reporter_factory.py
approvaltests/reporters/diff_reporter.py
approvaltests/reporters/executable_command_reporter.py
approvaltests/reporters/file_capture_reporter.py
approvaltests/reporters/first_working_reporter.py
approvaltests/reporters/generic_diff_reporter.py
approvaltests/reporters/generic_diff_reporter_config.py
approvaltests/reporters/generic_diff_reporter_factory.py
approvaltests/reporters/multi_reporter.py
approvaltests/reporters/python_native_reporter.py
approvaltests/reporters/received_file_launcher_reporter.py
approvaltests/reporters/report_all_to_clipboard.py
approvaltests/reporters/report_by_creating_diff_file.py
approvaltests/reporters/report_on_cyber_dojo.py
approvaltests/reporters/report_quietly.py
approvaltests/reporters/report_to_diff_engine.py
approvaltests/reporters/report_with_beyond_compare.py
approvaltests/reporters/report_with_diff_command_line.py
approvaltests/reporters/report_with_diff_tool_on_windows.py
approvaltests/reporters/report_with_vscode.py
approvaltests/reporters/reporter_that_automatically_approves.py
approvaltests/reporters/reporter_that_creates_an_approval_script.py
approvaltests/reporters/reporters.json
approvaltests/reporters/testing_reporter.py
approvaltests/scrubbers/__init__.py
approvaltests/scrubbers/date_scrubber.py
approvaltests/scrubbers/scrubbers.py
approvaltests/utilities/__init__.py
approvaltests/utilities/command_line_approvals.py
approvaltests/utilities/logger/__init__.py
approvaltests/utilities/logger/simple_logger_approvals.py
approvaltests/utilities/logging/__init__.py
approvaltests/utilities/logging/logging_approvals.py
approvaltests/verifiable_objects/__init__.py
approvaltests/verifiable_objects/formatter_of_argparse_namespace.py
approvaltests_minimal.egg-info/PKG-INFO
approvaltests_minimal.egg-info/SOURCES.txt
approvaltests_minimal.egg-info/dependency_links.txt
approvaltests_minimal.egg-info/entry_points.txt
approvaltests_minimal.egg-info/requires.txt
approvaltests_minimal.egg-info/top_level.txt
tests/test_approvaltests_temp_dir.py
tests/test_asserts.py
tests/test_build.py
tests/test_combinations.py
tests/test_compare_file_lists.py
tests/test_custom_printers.py
tests/test_example_numpy.py
tests/test_exception_utils.py
tests/test_fileapprover.py
tests/test_find_stale_approved_files.py
tests/test_inline_approvals.py
tests/test_list.py
tests/test_multiline_string_utils.py
tests/test_namer.py
tests/test_options.py
tests/test_pairwise_combinations.py
tests/test_parse_inputs.py
tests/test_python_patterns.py
tests/test_scenarios.py
tests/test_simple_logger.py
tests/test_split_code.py
tests/test_verify.py
tests/test_verify_all.py
tests/test_verify_argument_parser.py
tests/test_workflow_matrix.py
tests/test_writer.py