forked from VimPlug/jedi
Add a regression test
This commit is contained in:
@@ -169,3 +169,8 @@ class TestRegression(TestCase):
|
|||||||
" yield 1\n" \
|
" yield 1\n" \
|
||||||
"abc()."
|
"abc()."
|
||||||
assert Script(s).completions()
|
assert Script(s).completions()
|
||||||
|
|
||||||
|
def test_pyqt(self):
|
||||||
|
code = "from PyQt4.Qt import QDialog; QDialog."
|
||||||
|
s = jedi.Script(code)
|
||||||
|
assert s.completions()
|
||||||
|
|||||||
Reference in New Issue
Block a user