File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 24
24
25
25
---
26
26
27
- Documentation: https://lancetnik.github.io/FastDI /
27
+ Documentation: https://lancetnik.github.io/FastDepends /
28
28
29
29
---
30
30
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ dependencies = [
45
45
dynamic = [" version" ]
46
46
47
47
[project .urls ]
48
- Homepage = " https://lancetnik.github.io/FastDI /"
49
- Documentation = " https://lancetnik.github.io/FastDI /"
50
- Tracker = " https://github.com/Lancetnik/FastDI /issues"
51
- Source = " https://github.com/Lancetnik/FastDI "
48
+ Homepage = " https://lancetnik.github.io/FastDepends /"
49
+ Documentation = " https://lancetnik.github.io/FastDepends /"
50
+ Tracker = " https://github.com/Lancetnik/FastDepends /issues"
51
+ Source = " https://github.com/Lancetnik/FastDepends "
52
52
53
53
[project .optional-dependencies ]
54
54
test = [
@@ -156,7 +156,7 @@ concurrency = [
156
156
" thread"
157
157
]
158
158
source = [
159
- " fastdi " ,
159
+ " fast_depends " ,
160
160
" tests"
161
161
]
162
162
context = ' ${CONTEXT}'
Original file line number Diff line number Diff line change 1
- mypy fastdi tests
2
- ruff fastdi tests --fix
3
- black fastdi tests
4
- isort fastdi tests
1
+ mypy fast_depends tests
2
+ ruff fast_depends tests --fix
3
+ black fast_depends tests
4
+ isort fast_depends tests
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ async def test_sync_yield_exception_start():
171
171
172
172
def dep_func ():
173
173
raise ValueError ()
174
- yield 3
175
174
176
175
@inject
177
176
async def some_func (a = Depends (dep_func )): # pragma: no cover
You can’t perform that action at this time.
0 commit comments