mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-03 07:04:58 -04:00
tests/__init__ => conftest
This commit is contained in:
parent
553ea7a3e0
commit
f1aad14099
5 changed files with 39 additions and 46 deletions
|
@ -1,12 +1,11 @@
|
|||
# Routing context veilid tests
|
||||
|
||||
import asyncio
|
||||
import json
|
||||
|
||||
import pytest
|
||||
import veilid
|
||||
|
||||
from . import api_connection, server_info
|
||||
from .conftest import server_info
|
||||
|
||||
##################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue