9 lines
102 B
Python
9 lines
102 B
Python
import pytest
|
|
|
|
from anilistapi import AnilistAPI
|
|
|
|
|
|
@pytest.fixture
|
|
def api():
|
|
return AnilistAPI()
|