mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Clean obsolete code and change configs
This commit is contained in:
parent
d09b72ce6e
commit
65815e509f
58 changed files with 78 additions and 3959 deletions
10
tests/test_nothing.py
Normal file
10
tests/test_nothing.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import asyncio
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
class TestNothing:
|
||||
@pytest.mark.asyncio
|
||||
async def test_nothing(self):
|
||||
result = await asyncio.sleep(1, result=42)
|
||||
assert result == 42
|
||||
Loading…
Add table
Add a link
Reference in a new issue