aboutsummaryrefslogblamecommitdiff
blob: 7a395810d80e2fdd094c6ebc3fd466e038e68cc6 (plain) (tree)
1
2
3
4
5
6





                                           
import pytest

@pytest.mark.vcr()
def test_search(api):
    results = api.search('mastodonpy_test')
    assert isinstance(results, dict)
Powered by cgit v1.2.3 (git 2.41.0)