aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-04 20:55:44 +0200
committerLorenz Diener <[email protected]>2018-06-04 20:55:44 +0200
commit362767f91146271e17f7f10bd976940a1544bd5a (patch)
tree577dcbdaeb40f34e9036020f8dd916802e0950c5 /tests/test_constructor.py
parent0882c91cfc381d30113b50927014a1e83a76733f (diff)
downloadmastodon.py-362767f91146271e17f7f10bd976940a1544bd5a.tar.gz
Pinning tests
Diffstat (limited to 'tests/test_constructor.py')
-rw-r--r--tests/test_constructor.py4
1 files changed, 3 insertions, 1 deletions
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):
38 assert api.verify_minimum_version("2.4.3") == False 38 assert api.verify_minimum_version("2.4.3") == False
39 assert api.verify_minimum_version("3.3.3") == False 39 assert api.verify_minimum_version("3.3.3") == False
40 assert api.verify_minimum_version("1.0.0") == True 40 assert api.verify_minimum_version("1.0.0") == True
41 \ No newline at end of file 41
42def test_supported_version(api):
43 assert Mastodon.get_supported_version() \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)