Savo Kovačević

Results 2 issues of Savo Kovačević

As the title says current state of tests is not where it should be especially considering the purpose of the `mutmut` itself is to improve unit tests. I feel that...

enhancement
discussion

`asyncio.gather` return type from `tasks.pyi` seem to be different from the actual runtime type. **example.py** ```python import asyncio from typing import List async def five() -> int: return 5 async...

type-false-positive
size-small
topic-asyncio