7 lines
81 B
Python
7 lines
81 B
Python
|
import pytest
|
||
|
|
||
|
|
||
|
@pytest.mark.asyncio
|
||
|
async def test_coreapp():
|
||
|
assert 1 == 1
|