David Halter
|
b0c3fd5439
|
api.Script.get_definition -> definition, to be consistent in the api naming. deprecated api.Script.get_definition
|
2013-02-21 22:12:51 +04:30 |
|
David Halter
|
f8e0c78f77
|
Script.get_in_function_call -> Script.function_definition
|
2013-02-21 22:05:39 +04:30 |
|
David Halter
|
d05018757d
|
completely rewrote helpers.search_function_definition
|
2013-02-21 19:56:05 +04:30 |
|
David Halter
|
1b7fc1ee50
|
fixes for goto
|
2013-02-19 00:21:04 +04:30 |
|
David Halter
|
c3fe5d04dd
|
line_offset to offset in Parser, which is important for exact positioning
|
2013-02-18 23:17:41 +04:30 |
|
Danilo Bargen
|
ea9a667425
|
Fixed issue with repr encoding (fixes davidhalter/jedi-vim#94)
|
2013-02-14 21:10:06 +01:00 |
|
Danilo Bargen
|
3ab2b0a244
|
Added (failing) regression test for davidhalter/jedi-vim#94
|
2013-02-14 20:26:31 +01:00 |
|
David Halter
|
de5de41627
|
fix last failing function tests
|
2013-02-11 00:06:31 +01:00 |
|
David Halter
|
5be5d08441
|
heapy debugging in run.py
|
2013-02-07 10:18:19 +01:00 |
|
David Halter
|
3c1ebc02cc
|
fix last remaining bugs of the big evaluate_representation refactoring
|
2013-02-05 17:21:23 +01:00 |
|
Takafumi Arakaki
|
0cbbb17a82
|
Add tests in completion/docstring.py
|
2013-01-30 21:23:04 +01:00 |
|
Takafumi Arakaki
|
e12212942f
|
Add a failing test for type inference from docstring
|
2013-01-30 01:01:25 +01:00 |
|
David Halter
|
f3f7eacae3
|
fix a little problem with import keyword autocompletion
|
2013-01-14 22:35:32 +01:00 |
|
David Halter
|
35e55fab25
|
improved import statement keyword autocompletion, #111
|
2013-01-14 22:32:34 +01:00 |
|
David Halter
|
ac2b0016d5
|
fix import problems with negative kill_counts, fixes #111
|
2013-01-14 21:25:48 +01:00 |
|
David Halter
|
d08ee04fbb
|
regression tests for #111
|
2013-01-14 18:41:09 +01:00 |
|
David Halter
|
7b150630f0
|
stopiteration works in strange ways in the parser in py2, fixes #70, affects probably davidhalter/jedi-vim#68
|
2013-01-12 12:15:32 +01:00 |
|
David Halter
|
00f7088c05
|
test for davidhalter/jedi-vim#70
|
2013-01-12 00:11:38 +01:00 |
|
David Halter
|
bc6005d833
|
add a newline to tests
|
2013-01-09 22:49:25 +01:00 |
|
David Halter
|
b991190f50
|
python 3 compatibility, which is nicer anyway
|
2013-01-08 12:58:13 +01:00 |
|
David Halter
|
869572fe64
|
further improvements of the jedi import in tests
|
2013-01-08 12:29:17 +01:00 |
|
David Halter
|
3c4e079ecb
|
import jedi in tests and not api
|
2013-01-08 12:15:50 +01:00 |
|
David Halter
|
b748003b54
|
inline refactorings support tuples now, #103
|
2013-01-07 20:30:17 +01:00 |
|
David Halter
|
53a5bf6be8
|
inline tests
|
2013-01-07 20:20:02 +01:00 |
|
David Halter
|
f3c2c2aab4
|
add rename tests#
|
2013-01-07 14:29:48 +01:00 |
|
David Halter
|
f192259383
|
use absolute paths as the default for 'Script'
|
2013-01-07 14:29:34 +01:00 |
|
David Halter
|
5fc1d1130d
|
more extract tests
|
2013-01-07 14:00:28 +01:00 |
|
David Halter
|
fbd2ed02e5
|
again py2.5... i should test in the future before pushing to dev...
|
2013-01-07 01:55:33 +01:00 |
|
David Halter
|
d72d8ad756
|
py2.5 compatibility
|
2013-01-07 01:51:12 +01:00 |
|
David Halter
|
8ed550254f
|
add refactoring tests to travis tests
|
2013-01-07 01:48:48 +01:00 |
|
David Halter
|
50e64cf930
|
corrected indent of some extract functions
|
2013-01-07 01:47:33 +01:00 |
|
David Halter
|
fc58d1b8e7
|
working extract refactorings, affects #103
|
2013-01-07 01:32:20 +01:00 |
|
David Halter
|
5796496baf
|
corrected problem with line numbers
|
2013-01-07 00:36:37 +01:00 |
|
David Halter
|
00f78bc50d
|
use lines_to_execute also in refactoring.py
|
2013-01-06 17:42:07 +01:00 |
|
David Halter
|
37bbf1af1a
|
finished testing script for refactoring
|
2013-01-06 17:35:55 +01:00 |
|
David Halter
|
48c04b2fcd
|
move script in refactorings to be the default first parameter
|
2013-01-06 01:57:02 +01:00 |
|
David Halter
|
4700656c71
|
added refactoring tests - non functional
|
2013-01-06 01:49:41 +01:00 |
|
David Halter
|
795d25d9a7
|
improved some run.py stuff again
|
2013-01-06 01:48:48 +01:00 |
|
David Halter
|
ce51021c1e
|
move more testing functionality out of run.py
|
2013-01-05 22:42:16 +01:00 |
|
David Halter
|
31e8a8c5a2
|
remove sys path stuff in run.py (it's in base)
|
2013-01-05 20:19:48 +01:00 |
|
David Halter
|
15bd963f59
|
move test bases to test/base.py
|
2013-01-05 18:59:56 +01:00 |
|
David Halter
|
79e2bf80d0
|
don't use json (doesn't work in py2.5), even if it's not relevant. fixes #94 again :-)
|
2013-01-05 18:28:09 +01:00 |
|
Danilo Bargen
|
c14feb3f86
|
Renamed quick_complete to _quick_complete
|
2013-01-05 01:48:39 +01:00 |
|
Danilo Bargen
|
12b726c5a5
|
Added quick_complete convenience function
|
2013-01-03 23:10:35 +01:00 |
|
David Halter
|
17bec929bb
|
fix a little import problem in regression tests
|
2012-12-31 12:36:33 +01:00 |
|
David Halter
|
71b50bdbd7
|
return None on keywords for BaseDefinition.full_name, fixes #94
|
2012-12-30 10:49:18 +01:00 |
|
David Halter
|
548fb64fd7
|
test for #94
|
2012-12-30 10:39:08 +01:00 |
|
David Halter
|
41362370ed
|
follow imports if they are in the file path, fixes davidhalter/jedi-vim#56
|
2012-12-30 10:29:35 +01:00 |
|
David Halter
|
07dbebe277
|
test for problem with points in completion
|
2012-12-29 23:38:47 +01:00 |
|
Yakov Borevich
|
3b412c72e9
|
Remove google docstrings support. Updates #40
|
2012-12-28 10:09:03 +04:00 |
|