Validate that contexts are not async defs
Đang mở
easy
enhancement
good first issue
help wanted
TestSlide DSL
- Ngôn ngữ chính
- Python
- Star
- 149
- Fork
- 62
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.