Validate that contexts are not async defs
Abierto
easy
enhancement
good first issue
help wanted
TestSlide DSL
- Lenguaje dominante
- Python
- Estrellas
- 149
- Forks
- 62
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.