From fbd4122fec092bff6b1cc9f44dfeda6ee693c41b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 6 May 2018 15:52:55 +0200 Subject: Add emoji test --- tests/test_instance.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/test_instance.py') 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): def test_low_version(api_low_version): with pytest.raises(MastodonVersionError): instance = api_low_version.instance() - \ No newline at end of file + +@pytest.mark.vcr() +def test_emoji(api): + assert len(api.custom_emojis()) == 0 \ No newline at end of file -- cgit v1.2.3