.coveragerc
.flake8
.flake8-tests
.gitignore
.gitlab-ci.yml
.isort.cfg
.pylintrc
.pylintrc-tests
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/index.rst
docs/license.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/conftest.py
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/test_differences_context_settings.py
tests/ndd_test4p/differences_viewers/test_text_file_differences_viewer.py
tests/ndd_test4p/differences_viewers/test_yaml_differences_viewer.py
tests/ndd_test4p/differences_viewers/_test_text_file_differences_viewer/actual.txt
tests/ndd_test4p/differences_viewers/_test_text_file_differences_viewer/expected-different.txt
tests/ndd_test4p/differences_viewers/_test_text_file_differences_viewer/expected-equal.txt
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected-actual.yml
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected-different.yml
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected-equal.yml
tests/ndd_test4p/differences_viewers/_test_yaml_differences_viewer/expected-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/actual-1.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_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