Mastodon.py/tests/test_search.py

7 wiersze
137 B
Python
Czysty Zwykły widok Historia

2017-11-30 01:13:44 +00:00
import pytest
@pytest.mark.vcr()
def test_search(api):
results = api.search('mastodonpy_test')
assert isinstance(results, dict)