aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 15:52:55 +0200
committerLorenz Diener <[email protected]>2018-05-06 15:52:55 +0200
commitfbd4122fec092bff6b1cc9f44dfeda6ee693c41b (patch)
tree129a99c02d5e3aacf14e2c1cc6d7a7e9eb981121 /tests/test_instance.py
parentba2fccc1cf0957387f616da64c20e329eba95263 (diff)
downloadmastodon.py-fbd4122fec092bff6b1cc9f44dfeda6ee693c41b.tar.gz
Add emoji test
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py
index e8be86f..199e654 100644
--- a/tests/test_instance.py
+++ b/tests/test_instance.py
@@ -28,4 +28,7 @@ def test_instance_peers(api):
28def test_low_version(api_low_version): 28def test_low_version(api_low_version):
29 with pytest.raises(MastodonVersionError): 29 with pytest.raises(MastodonVersionError):
30 instance = api_low_version.instance() 30 instance = api_low_version.instance()
31 \ No newline at end of file 31
32@pytest.mark.vcr()
33def test_emoji(api):
34 assert len(api.custom_emojis()) == 0 \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)