Files
neon-api-python/tests/conftest.py
T

9 lines
115 B
Python

import pytest
@pytest.fixture
def neon():
from neon_client import NeonAPI
return NeonAPI.from_environ()