kopia lustrzana https://github.com/halcy/Mastodon.py
7 wiersze
137 B
Python
7 wiersze
137 B
Python
![]() |
import pytest
|
||
|
|
||
|
@pytest.mark.vcr()
|
||
|
def test_search(api):
|
||
|
results = api.search('mastodonpy_test')
|
||
|
assert isinstance(results, dict)
|