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 はまだ評価されていません。