7389a88
1 2 3 4 5 6
import pytest @pytest.mark.vcr() def test_search(api): results = api.search('mastodonpy_test') assert isinstance(results, dict)