aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-11-30 16:02:52 +0100
committerGitHub <[email protected]>2017-11-30 16:02:52 +0100
commit7e3a4a17a28f52b186e6453a0d1f43614f110b4b (patch)
tree48aafcc35397205d52613cc305dc6baff1cbbda1 /tests/test_search.py
parentc6f1196ddc1899e64d60b102e1cfa1c1c1321e77 (diff)
parentd87ada3d73de69ba371acaeca55751e2410c3786 (diff)
downloadmastodon.py-7e3a4a17a28f52b186e6453a0d1f43614f110b4b.tar.gz
Merge pull request #113 from codl/more-tests
More tests!
Diffstat (limited to 'tests/test_search.py')
-rw-r--r--tests/test_search.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_search.py b/tests/test_search.py
new file mode 100644
index 0000000..7a39581
--- /dev/null
+++ b/tests/test_search.py
@@ -0,0 +1,6 @@
1import pytest
2
3@pytest.mark.vcr()
4def test_search(api):
5 results = api.search('mastodonpy_test')
6 assert isinstance(results, dict)
Powered by cgit v1.2.3 (git 2.41.0)