mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-23 12:22:04 +08:00
added a utils.version_info function to make it easy to check Jedi's version. #350
This commit is contained in:
@@ -98,3 +98,7 @@ class TestSetupReadline(TestCase):
|
||||
assert self.completions('colorama')
|
||||
assert self.completions('colorama.Fore.BLACK') == ['colorama.Fore.BLACK']
|
||||
del self.namespace.colorama
|
||||
|
||||
|
||||
def test_version_info():
|
||||
assert utils.version_info()[:2] > 0.7
|
||||
|
||||
Reference in New Issue
Block a user