Validate that contexts are not async defs
未关闭
easy
enhancement
good first issue
help wanted
TestSlide DSL
- 主要语言
- Python
- 星标
- 149
- 派生
- 62
- PR 合并指标
- 30 天内没有已合并 PR
描述
This should yield a failure:
```python
@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`
贡献指南
评估
这个 Issue 还没有评估数据。