LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
setup.py
test-requirements.txt
docs/3rd-party-matchers.rst
docs/Makefile
docs/aliases.rst
docs/changes.rst
docs/conf.py
docs/custom-matchers.rst
docs/examples.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/matchers.rst
expects/__init__.py
expects/_compat.py
expects/aliases.py
expects/expectations.py
expects/factory.py
expects/testing.py
expects/texts.py
expects.egg-info/PKG-INFO
expects.egg-info/SOURCES.txt
expects.egg-info/dependency_links.txt
expects.egg-info/top_level.txt
expects/matchers/__init__.py
expects/matchers/built_in/__init__.py
expects/matchers/built_in/be.py
expects/matchers/built_in/be_a.py
expects/matchers/built_in/be_above.py
expects/matchers/built_in/be_above_or_equal.py
expects/matchers/built_in/be_below.py
expects/matchers/built_in/be_below_or_equal.py
expects/matchers/built_in/be_callable.py
expects/matchers/built_in/be_empty.py
expects/matchers/built_in/be_false.py
expects/matchers/built_in/be_none.py
expects/matchers/built_in/be_true.py
expects/matchers/built_in/be_within.py
expects/matchers/built_in/contain.py
expects/matchers/built_in/equal.py
expects/matchers/built_in/have_keys.py
expects/matchers/built_in/have_len.py
expects/matchers/built_in/have_properties.py
expects/matchers/built_in/match.py
expects/matchers/built_in/not_.py
expects/matchers/built_in/raise_error.py
expects/matchers/built_in/start_end_with.py
specs/__init__.py
specs/fixtures.py
specs/matchers/and_spec.py
specs/matchers/or_spec.py
specs/matchers/built_in/__init__.py
specs/matchers/built_in/be_a_spec.py
specs/matchers/built_in/be_above_or_equal_spec.py
specs/matchers/built_in/be_above_spec.py
specs/matchers/built_in/be_an_spec.py
specs/matchers/built_in/be_below_or_equal_spec.py
specs/matchers/built_in/be_below_spec.py
specs/matchers/built_in/be_callable_spec.py
specs/matchers/built_in/be_empty_spec.py
specs/matchers/built_in/be_false_spec.py
specs/matchers/built_in/be_none_spec.py
specs/matchers/built_in/be_spec.py
specs/matchers/built_in/be_true_spec.py
specs/matchers/built_in/be_within_spec.py
specs/matchers/built_in/contain_exactly_spec.py
specs/matchers/built_in/contain_only_spec.py
specs/matchers/built_in/contain_spec.py
specs/matchers/built_in/end_with_spec.py
specs/matchers/built_in/equal_spec.py
specs/matchers/built_in/have_key_spec.py
specs/matchers/built_in/have_keys_spec.py
specs/matchers/built_in/have_len_spec.py
specs/matchers/built_in/have_properties_spec.py
specs/matchers/built_in/have_property_spec.py
specs/matchers/built_in/match_spec.py
specs/matchers/built_in/raise_error_spec.py
specs/matchers/built_in/start_with_spec.py
specs/testing/__init__.py
specs/testing/failure_spec.py
specs/texts/__init__.py
specs/texts/plain_enumerate_spec.py