Commit Graph

1954 Commits

Author SHA1 Message Date
Roman Mogylatov
3f682a9ede Migrate main wiring tests 2021-10-13 16:43:02 -04:00
Roman Mogylatov
5e59e8d729 Migrate wiring async injection tests 2021-10-13 13:17:54 -04:00
Roman Mogylatov
0cd1a1646d Add pytest-asyncio to the tox.ini 2021-10-13 12:56:39 -04:00
Roman Mogylatov
926680d0f9 Move wiring autoloader tests 2021-10-13 12:42:00 -04:00
Roman Mogylatov
c525dda91a Rename flask and fastapi wiring test files 2021-10-13 12:29:15 -04:00
Roman Mogylatov
ea37ad9dca Migrate FastAPI and Flask wiring tests 2021-10-12 22:04:38 -04:00
Roman Mogylatov
af286548b3 Migrate common tests to pytest 2021-10-12 21:55:05 -04:00
Roman Mogylatov
679e48fd38 Update makefile 2021-10-12 21:54:52 -04:00
Roman Mogylatov
8fd4c1f258 Update config file paths 2021-10-12 12:25:12 -04:00
Roman Mogylatov
c255f23f70 Rename pytest-py34-py35.ini -> pytest-py35.ini 2021-10-12 12:20:00 -04:00
Roman Mogylatov
23c145124f Add pytest configs 2021-10-12 12:18:33 -04:00
Roman Mogylatov
f68069e99f Move configuration to tox.ini 2021-10-12 12:18:14 -04:00
Roman Mogylatov
e1af057fd2 Update tox.ini 2021-10-12 12:18:14 -04:00
Roman Mogylatov
3374dcda41 Add pytest to the tox requirements 2021-10-12 12:18:12 -04:00
Roman Mogylatov
b6ee47e682 Update tox.ini 2021-10-12 12:17:48 -04:00
Roman Mogylatov
0bea231a14 Update setup.cfg 2021-10-12 12:17:24 -04:00
Roman Mogylatov
94359ea43d Update aiohttp ext test 2021-10-12 12:17:23 -04:00
Roman Mogylatov
9e31f3b387 Add pytest and pytest-asyncio to the requirements 2021-10-12 12:17:23 -04:00
Roman Mogylatov
4cc4ca9188
Drop Python 3.4 support (#518)
* Update gitignore

* Drop Python 3.4 support

* Update change log

* Fix typo in changelog
2021-10-12 12:16:49 -04:00
Roman Mogylatov
284dee6e58
Add with support for container.override_providers() (#517)
* Add implementation, tests, and typing stub

* Update documentation

* Update changelog
2021-10-06 21:36:41 -04:00
Roman Mogylatov
73a43e6191
Wiring config (#516)
* Implement POC

* Implement concept with WiringConfiguration object

* Update changelog

* Add docs

* Update changelog
2021-10-03 20:35:48 -04:00
Roman Mogylatov
08ea99759d Update versions 2021-09-30 20:36:42 -04:00
Roman Mogylatov
f82a6b5445 Update versions in the docs 2021-09-30 20:18:23 -04:00
Roman Mogylatov
1e198a3ebd Add disqus comments to typing docs page 2021-09-30 20:15:57 -04:00
Roman Mogylatov
4f977c7cf0 Update quotes in docs conf 2021-09-30 20:13:26 -04:00
Roman Mogylatov
8ade2b7839 Update quotes in tests 2021-09-30 20:09:42 -04:00
Roman Mogylatov
0b1e214135 Fix flast wiring test 2021-09-30 19:32:18 -04:00
Roman Mogylatov
98f036e14c Update quotes in the docs 2021-09-30 19:26:04 -04:00
Roman Mogylatov
023d766267 Update django example 2021-09-30 19:19:34 -04:00
Roman Mogylatov
196d86f4b3 Update quotes in factory-patterns example 2021-09-30 19:09:47 -04:00
Roman Mogylatov
6b4c7e50b5 Update fastapi-simple example 2021-09-30 19:08:49 -04:00
Roman Mogylatov
3c52756d3f Update quotes in fastapi-sqlalchemy example 2021-09-30 19:05:57 -04:00
Roman Mogylatov
274d1fe53b Update quotes in password-hashing example 2021-09-30 19:02:23 -04:00
Roman Mogylatov
8bea62eeee Update quotes in use-cases example 2021-09-30 19:01:31 -04:00
Roman Mogylatov
b64c9b7a05 Update sanic example 2021-09-30 18:59:09 -04:00
Roman Mogylatov
31bed0651f Update sanic example 2021-09-30 18:56:29 -04:00
Roman Mogylatov
e670377bb3 Update quotes in fastapi example 2021-09-30 16:55:50 -04:00
Roman Mogylatov
a9173496b4 Update quotes in commands-and-handlers example 2021-09-30 16:53:27 -04:00
Roman Mogylatov
02b9793189 Fix boto3 example 2021-09-30 16:02:49 -04:00
Roman Mogylatov
4a52595a9d Update quotes in boto3 example 2021-09-30 15:57:34 -04:00
Roman Mogylatov
c92a941fe5 Update quotes in flask tutorial and example 2021-09-30 15:55:10 -04:00
Roman Mogylatov
7e794c41dd Update quotes in aiohttp tutorial 2021-09-30 15:44:15 -04:00
Roman Mogylatov
93dad6bbd0 Update quotes in aiohttp example 2021-09-30 15:37:21 -04:00
Roman Mogylatov
320d837bea Update quotes in provider examples 2021-09-30 15:32:21 -04:00
Roman Mogylatov
d827f93816 Update quotes in container examples 2021-09-30 15:16:17 -04:00
Roman Mogylatov
b3732281a1 Update changelog 2021-09-30 15:08:22 -04:00
Roman Mogylatov
7d160cb4a5
Wiring with string module names (#515)
* Update main example

* Updating wiring module

* Update wiring test case name

* Implement string imports for wiring

* Update example

* Refactor implementation

* Update front example

* Fix a typo in README

* Update wiring docs

* Update single container example

* Update multiple containers example

* Update quotes in multiple containers example

* Update quotes in single container example

* Update decoupled-packages example

* Update single and multiple containers example

* Update quotes

* Update fastapi+redis example

* Update resource docs

* Update quotes in CLI tutorial

* Update CLI application (movie lister) tutorial

* Update monitoring daemon example

* Update python version in asyncio daemon example

* Update asyncio daemon tutorial

* Update quotes in wiring docs

* Update wiring docs
2021-09-30 15:03:19 -04:00
Roman Mogylatov
258c55dd22 Merge branch 'release/4.36.2' into master 2021-09-28 14:59:28 -04:00
Roman Mogylatov
0b5987bf84 Bump version to 4.36.2 2021-09-28 14:59:11 -04:00
Roman Mogylatov
cf039a0c2b Merge branch 'release/4.36.1' into master 2021-09-28 14:51:54 -04:00