From 362767f91146271e17f7f10bd976940a1544bd5a Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 4 Jun 2018 20:55:44 +0200 Subject: Pinning tests --- tests/test_constructor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test_constructor.py') diff --git a/tests/test_constructor.py b/tests/test_constructor.py index 950845a..1512939 100644 --- a/tests/test_constructor.py +++ b/tests/test_constructor.py @@ -38,4 +38,6 @@ def test_verify_version(api): assert api.verify_minimum_version("2.4.3") == False assert api.verify_minimum_version("3.3.3") == False assert api.verify_minimum_version("1.0.0") == True - \ No newline at end of file + +def test_supported_version(api): + assert Mastodon.get_supported_version() \ No newline at end of file -- cgit v1.2.3