mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
9 lines
115 B
Python
9 lines
115 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def neon():
|
|
from neon_client import NeonAPI
|
|
|
|
return NeonAPI.from_environ()
|