1
0
forked from VimPlug/jedi
Commit Graph

22 Commits

Author SHA1 Message Date
Dave Halter 4176af337f A few Python 2 fixes 2019-05-18 01:09:09 +02:00
Dave Halter decb5046ea Some Python 2.7 fixes 2018-12-07 08:58:17 +01:00
Dave Halter faacfb9578 One test needs to change a bit 2018-11-05 00:28:51 +01:00
Hugo 3e8cd9f128 Use set literals 2018-01-07 10:40:36 +02:00
Hugo cc623218e5 Replace function call with set literal 2018-01-07 10:40:06 +02:00
Dave Halter 056ad1b8a8 Fix a few more tests that where not correctly written a while ago. 2016-07-01 08:42:05 +02:00
Dave Halter 968bc45314 even tests should not suffer too much from side effects. 2014-08-12 01:46:07 +02:00
Akinori Hattori 11bc105207 skip readline test on Windows 2014-07-19 10:37:46 +09:00
Dave Halter c8fffbd7b6 fix python2.6 issues with completing colorama. this happened because of a missing object parent class 2014-01-22 17:14:28 +01:00
Dave Halter b70ea1b9f6 fix a version_info testcase - testcase was broken 2014-01-13 22:17:12 +01:00
Dave Halter 7dff41c6b7 added a utils.version_info function to make it easy to check Jedi's version. #350 2014-01-13 21:40:16 +01:00
David Halter af7089b8ca use cwd_at to avoid test failures if called from different places 2013-08-17 23:03:32 +04:30
David Halter a1e232bcbf fix local imports in repl completion 2013-08-17 22:43:20 +04:30
David Halter 1ce4babe36 fix a problem in readline completion with upper/lower cases 2013-08-17 19:19:47 +04:30
David Halter e46d33be90 move completion to interpreter, which improves shell completion 2013-08-17 10:49:23 +04:30
David Halter 873c609fca forgot to write a test for #293 2013-08-16 10:05:25 +04:30
David Halter 8b5e130e55 fix a problem with setup_readline, using __dict__ instead of a simple dir(), #280 2013-08-16 01:38:58 +04:30
David Halter 19f904f999 fix a problem with testing setup_readline, when running all tests, this should also mean that #280 is now really finished 2013-08-15 15:14:59 +04:30
David Halter 68d595fe70 imports without path did have problems, because of an incorrect sys.path 2013-08-15 14:54:07 +04:30
David Halter 17d7870b3b first import tests for repl completion, #280 2013-08-15 14:25:28 +04:30
David Halter 6718020fac failing import tests for #280 2013-08-15 14:10:41 +04:30
David Halter 5c0dec6106 test of repl autocompletion, #280 2013-08-15 13:36:12 +04:30