TestSlide DSLeasyenhancementgood first issuehelp wanted
仓库指标
- 星标
- (147 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
This should yield a failure:
@context
def top(context):
@context.sub_context
async def sub(context):
...
But is currently being silently ignored. Let's turn this into a failure.
Check:
@context@context.sub_context@context.shared_context