TestSlide DSLeasyenhancementgood first issuehelp wanted
Repository-Metriken
- Stars
- (147 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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