.coveragerc
.flake8
.flake8-tests
.gitignore
.gitlab-ci.yml
.isort.cfg
.pylintrc
.pylintrc-tests
.python-version
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/license.rst
docs/usage.rst
docs/_static/.gitignore
src/__init__.py
src/ndd_test4p/__init__.py
src/ndd_test4p/comparators.py
src/ndd_test4p/differences_viewers.py
src/ndd_test4p/test_cases.py
src/ndd_test4p.egg-info/PKG-INFO
src/ndd_test4p.egg-info/SOURCES.txt
src/ndd_test4p.egg-info/dependency_links.txt
src/ndd_test4p.egg-info/not-zip-safe
src/ndd_test4p.egg-info/requires.txt
src/ndd_test4p.egg-info/top_level.txt
src/ndd_test4p/expects/__init__.py
src/ndd_test4p/expects/content_matchers.py
src/ndd_test4p/expects/numeric_matchers.py
tests/__init__.py
tests/conftest.py
tests/ndd_test4p/_test_shared_data/shared-file-L1.json
tests/ndd_test4p/_test_shared_data/shared-file-L1.txt
tests/ndd_test4p/_test_shared_data/shared-file-L1.yaml
tests/ndd_test4p/_test_shared_data/shared-file-L2.json
tests/ndd_test4p/_test_shared_data/shared-file-L2.txt
tests/ndd_test4p/_test_shared_data/shared-file-L2.yaml
tests/ndd_test4p/_test_shared_data/subdirectory_L1/shared-file-L1-2.json
tests/ndd_test4p/_test_shared_data/subdirectory_L1/shared-file-L1-2.txt
tests/ndd_test4p/_test_shared_data/subdirectory_L1/shared-file-L1-2.yaml
tests/ndd_test4p/_test_shared_data/subdirectory_L1/subdirectory_L1-2/.keep
tests/ndd_test4p/_test_shared_data/subdirectory_L2/shared-file-L2-2.json
tests/ndd_test4p/_test_shared_data/subdirectory_L2/shared-file-L2-2.txt
tests/ndd_test4p/_test_shared_data/subdirectory_L2/shared-file-L2-2.yaml
tests/ndd_test4p/_test_shared_data/subdirectory_L2/subdirectory_L2-2/.keep
tests/ndd_test4p/comparators/test_directory_content_comparator.py
tests/ndd_test4p/comparators/test_text_file_content_comparator.py
tests/ndd_test4p/comparators/_test_directory_content_comparator/actual/actual-0.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/actual/dir_1/actual-1.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/actual/dir_1/dir_1_1/actual-1-1.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/actual/dir_2/actual-2.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-different/actual-0.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-different/dir_1/actual-1.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-different/dir_1/dir_1_1/actual-1-1.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-different/dir_2/actual-X.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-equal/actual-0.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-equal/dir_1/actual-1.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-equal/dir_1/dir_1_1/actual-1-1.txt
tests/ndd_test4p/comparators/_test_directory_content_comparator/expected-equal/dir_2/actual-2.txt
tests/ndd_test4p/comparators/_test_text_file_content_comparator/actual.txt
tests/ndd_test4p/comparators/_test_text_file_content_comparator/expected-different.txt
tests/ndd_test4p/comparators/_test_text_file_content_comparator/expected-equal.txt
tests/ndd_test4p/differences_viewers/abstract_differences_viewer_test.py
tests/ndd_test4p/differences_viewers/test_differences_context_settings.py
tests/ndd_test4p/differences_viewers/test_meld_viewer_delegate.py
tests/ndd_test4p/differences_viewers/test_text_differences_viewer.py
tests/ndd_test4p/differences_viewers/test_yaml_differences_viewer.py
tests/ndd_test4p/differences_viewers/_test_meld_viewer_delegate/actual.txt
tests/ndd_test4p/differences_viewers/_test_meld_viewer_delegate/expected.txt
tests/ndd_test4p/differences_viewers/_test_text_differences_viewer/actual.txt
tests/ndd_test4p/differences_viewers/_test_text_differences_viewer/expected-actual-temp.txt
tests/ndd_test4p/differences_viewers/_test_text_differences_viewer/expected-expected-temp.txt
tests/ndd_test4p/differences_viewers/_test_text_differences_viewer/expected.txt
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/actual.yml
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected-actual-temp.yml
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected-expected-temp.yml
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected.yml
tests/ndd_test4p/expects/content_matchers/test_have_same_content_as.py
tests/ndd_test4p/expects/content_matchers/test_have_same_content_recursively_as.py
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_as/actual.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_as/expected-different.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_as/expected-equal.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/actual/actual-0.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/actual/dir_1/actual-1.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/actual/dir_1/dir_1_1/actual-1-1.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/actual/dir_2/actual-2.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-different/actual-0.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-different/dir_1/dir_1_1/actual-1-1.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-different/dir_1/dir_1_1/actual-1-2.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-different/dir_2/actual-X.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-equal/actual-0.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-equal/dir_1/actual-1.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-equal/dir_1/dir_1_1/actual-1-1.txt
tests/ndd_test4p/expects/content_matchers/_test_have_same_content_recursively_as/expected-equal/dir_2/actual-2.txt
tests/ndd_test4p/expects/numeric_matchers/test_approximate.py
tests/ndd_test4p/test_cases/test_abstract_test.py
tests/ndd_test4p/test_cases/_test_abstract_test/another-file.txt
tests/ndd_test4p/test_cases/_test_abstract_test/some-file.json
tests/ndd_test4p/test_cases/_test_abstract_test/some-file.txt
tests/ndd_test4p/test_cases/_test_abstract_test/some-file.yaml
tests/ndd_test4p/test_cases/_test_abstract_test/subdirectory/some-file-L2.json
tests/ndd_test4p/test_cases/_test_abstract_test/subdirectory/some-file-L2.txt
tests/ndd_test4p/test_cases/_test_abstract_test/subdirectory/some-file-L2.yaml
tests/ndd_test4p/test_cases/_test_abstract_test/subdirectory/subdirectory-L2/.keep
tests/ndd_test4p/test_cases/_test_shared_data/shared-file-L2.json
tests/ndd_test4p/test_cases/_test_shared_data/shared-file-L2.txt
tests/ndd_test4p/test_cases/_test_shared_data/shared-file-L2.yaml
tests/ndd_test4p/test_cases/_test_shared_data/subdirectory_L2/shared-file-L2-2.json
tests/ndd_test4p/test_cases/_test_shared_data/subdirectory_L2/shared-file-L2-2.txt
tests/ndd_test4p/test_cases/_test_shared_data/subdirectory_L2/shared-file-L2-2.yaml
tests/ndd_test4p/test_cases/_test_shared_data/subdirectory_L2/subdirectory_L2-2/.keep