tests/__init__ => conftest

This commit is contained in:
Teknique 2023-06-17 11:37:39 -07:00
parent 553ea7a3e0
commit f1aad14099
No known key found for this signature in database
GPG key ID: 54D9906A294B7FF3
5 changed files with 39 additions and 46 deletions

View file

@ -4,10 +4,6 @@ import pytest
import veilid
from veilid.api import CryptoSystem
from . import api_connection
##################################################################
@pytest.mark.asyncio
async def test_best_crypto_system(api_connection):