mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-25 23:30:50 -04:00
Tests and bug fixes for RFC-0001
This commit is contained in:
parent
f8c17177f7
commit
0a5f138af7
4 changed files with 121 additions and 5 deletions
|
@ -8,12 +8,10 @@ import pytest_asyncio
|
|||
import veilid
|
||||
from veilid.json_api import _JsonVeilidAPI
|
||||
|
||||
|
||||
pytest_plugins = ("pytest_asyncio",)
|
||||
|
||||
|
||||
async def simple_update_callback(update: veilid.VeilidUpdate):
|
||||
print(f"VeilidUpdate: {update}")
|
||||
pass
|
||||
|
||||
|
||||
@pytest_asyncio.fixture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue