mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-30 07:27:34 +03:00
* Add prototype * Add example * Remove typing erros in Python 2.7 and 3.4 * Move resources example * Draft resources docs * Update resources docs * Fix repr * Rename dict provider test * Add more tests * Add tests + refactoring * Add more tests * Update tests to run only on 3.5+ * Update setup.py * Add typing tests * Update changelog * Fix generator iteration * Remove contextlib * Hotfix aiohttp issue * Move aiohttp fix to tox.ini * Move aiohttp fix to a different place in tox |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_base_py2_py3.py | ||
| test_callables_py2_py3.py | ||
| test_configuration_py2_py3.py | ||
| test_container_py2_py3.py | ||
| test_coroutines_py35.py | ||
| test_dict_py2_py3.py | ||
| test_factories_py2_py3.py | ||
| test_injections_py2_py3.py | ||
| test_list_py2_py3.py | ||
| test_provided_instance_py2_py3.py | ||
| test_resource_py35.py | ||
| test_selector_py2_py3.py | ||
| test_singletons_py2_py3.py | ||
| test_types_py36.py | ||
| test_utils_py2_py3.py | ||