.coveragerc
.gitignore
.travis.yml
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/api.txt
docs/changes.txt
docs/comparing.txt
docs/components.txt
docs/conf.py
docs/datetime.txt
docs/description.txt
docs/development.txt
docs/exceptions.txt
docs/files.txt
docs/index.txt
docs/installation.txt
docs/license.txt
docs/logging.txt
docs/make.bat
docs/mocking.txt
docs/popen.txt
docs/streams.txt
docs/utilities.txt
docs/warnings.txt
testfixtures/__init__.py
testfixtures/comparison.py
testfixtures/compat.py
testfixtures/components.py
testfixtures/logcapture.py
testfixtures/manuel.py
testfixtures/outputcapture.py
testfixtures/popen.py
testfixtures/replace.py
testfixtures/resolve.py
testfixtures/rmtree.py
testfixtures/shouldraise.py
testfixtures/shouldwarn.py
testfixtures/tdatetime.py
testfixtures/tempdirectory.py
testfixtures/utils.py
testfixtures/version.txt
testfixtures.egg-info/PKG-INFO
testfixtures.egg-info/SOURCES.txt
testfixtures.egg-info/dependency_links.txt
testfixtures.egg-info/not-zip-safe
testfixtures.egg-info/requires.txt
testfixtures.egg-info/top_level.txt
testfixtures/tests/__init__.py
testfixtures/tests/compat.py
testfixtures/tests/configparser-read.txt
testfixtures/tests/configparser-write.txt
testfixtures/tests/directory-contents.txt
testfixtures/tests/sample1.py
testfixtures/tests/sample2.py
testfixtures/tests/test_compare.py
testfixtures/tests/test_comparison.py
testfixtures/tests/test_components.py
testfixtures/tests/test_date.py
testfixtures/tests/test_datetime.py
testfixtures/tests/test_diff.py
testfixtures/tests/test_docs.py
testfixtures/tests/test_generator.py
testfixtures/tests/test_log_capture.py
testfixtures/tests/test_logcapture.py
testfixtures/tests/test_manuel.py
testfixtures/tests/test_manuel_examples.py
testfixtures/tests/test_outputcapture.py
testfixtures/tests/test_popen.py
testfixtures/tests/test_popen_docs.py
testfixtures/tests/test_replace.py
testfixtures/tests/test_replacer.py
testfixtures/tests/test_roundcomparison.py
testfixtures/tests/test_should_raise.py
testfixtures/tests/test_shouldwarn.py
testfixtures/tests/test_stringcomparison.py
testfixtures/tests/test_tempdir.py
testfixtures/tests/test_tempdirectory.py
testfixtures/tests/test_time.py
testfixtures/tests/test_wrap.py