We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534573 commit d2b54cdCopy full SHA for d2b54cd
tests/test_convertapi.py
@@ -50,3 +50,7 @@ def test_chained_conversion(self):
50
@raises(convertapi.ApiError)
51
def test_api_error(self):
52
convertapi.convert('pdf', { 'Url': 'https://www.w3.org/TR/PNG/iso_8859-1.txt' }, 'web', 600)
53
+
54
+ def test_user_info(self):
55
+ user_info = convertapi.user()
56
+ assert user_info['Active']
0 commit comments