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