LICENSE
README.md
setup.cfg
setup.py
requre/__init__.py
requre/base_testclass.py
requre/cassette.py
requre/constants.py
requre/exceptions.py
requre/guess_object.py
requre/import_system.py
requre/modules_decorate_all_methods.py
requre/objects.py
requre/online_replacing.py
requre/postprocessing.py
requre/pytest_fixtures.py
requre/record_and_replace.py
requre/requre_patch.py
requre/simple_object.py
requre/singleton.py
requre/storage.py
requre/utils.py
requre.egg-info/PKG-INFO
requre.egg-info/SOURCES.txt
requre.egg-info/dependency_links.txt
requre.egg-info/entry_points.txt
requre.egg-info/requires.txt
requre.egg-info/top_level.txt
requre/helpers/__init__.py
requre/helpers/files.py
requre/helpers/function_output.py
requre/helpers/guess_object.py
requre/helpers/requests_response.py
requre/helpers/simple_object.py
requre/helpers/tempfile.py
requre/helpers/git/__init__.py
requre/helpers/git/fetchinfo.py
requre/helpers/git/helper.py
requre/helpers/git/pushinfo.py
requre/helpers/git/repo.py
tests/test_E2E_example.py
tests/test_E2E_ogr.py
tests/test_base_testclass.py
tests/test_builtins.py
tests/test_cassette.py
tests/test_context_manager.py
tests/test_duplication.py
tests/test_e2e_test_patching.py
tests/test_files.py
tests/test_function_output.py
tests/test_guess_objects.py
tests/test_import_system.py
tests/test_make_generic.py
tests/test_modules_decorate_all_methods.py
tests/test_object.py
tests/test_online_replacing.py
tests/test_pytest_fixtures.py
tests/test_pytest_fixtures_autouse.py
tests/test_record_requests_for_all_methods.py
tests/test_request_response.py
tests/test_storage.py
tests/test_storage_modes.py
tests/test_storage_postprocessing.py
tests/test_tempfile.py
tests/test_tuple.py
tests/testbase.py