Mastodonplus.py/tests/test_search.py
2017-11-30 02:13:44 +01:00

7 líneas
137 B
Python

import pytest
@pytest.mark.vcr()
def test_search(api):
results = api.search('mastodonpy_test')
assert isinstance(results, dict)