tests/__init__ => conftest

This commit is contained in:
Teknique
2023-06-17 11:37:39 -07:00
parent 553ea7a3e0
commit f1aad14099
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):