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 |
|
David Halter
|
4a6f421b80
|
test for goto in loops that use e.g. empty arrays as input, #283
|
2013-08-15 11:33:32 +04:30 |
|
David Halter
|
d817a36e80
|
fix a syntax problem of python2.6 (in tests)
|
2013-08-14 01:10:35 +04:30 |
|
David Halter
|
e0b781987a
|
fix two failed tests due to previous changes
|
2013-08-14 00:59:33 +04:30 |
|
David Halter
|
77181e3f4e
|
more namespace package tests, #122
|
2013-08-14 00:56:22 +04:30 |
|
David Halter
|
34f05cdad5
|
minor bug/testing fixes for #122
|
2013-08-14 00:26:06 +04:30 |
|
David Halter
|
f5f1fcb8c3
|
also enable autocompletion on namespace packages, fixes #122
|
2013-08-14 00:17:40 +04:30 |
|
David Halter
|
2e0863e76a
|
namespace packages first part, fix goto problems
|
2013-08-13 23:55:22 +04:30 |
|
David Halter
|
4e087f6c09
|
namespace package tests, #122
|
2013-08-13 23:04:34 +04:30 |
|
David Halter
|
51428fa38e
|
first functioning for loop tests, see #283
|
2013-08-13 22:36:54 +04:30 |
|
David Halter
|
a895561f1a
|
fixed a problem that combined __getattr__ and usages
|
2013-08-13 15:39:26 +04:30 |
|
David Halter
|
2359ccbeb1
|
rename completion/renaming.py to usages.py
|
2013-08-13 15:13:18 +04:30 |
|
David Halter
|
faf7e0c422
|
fix a problem found by sith with dynamic params (includes tests)
|
2013-08-12 02:23:44 +04:30 |
|
David Halter
|
e07625017d
|
remove all the deprecation warnings in jedi itself
|
2013-08-11 23:00:27 +04:30 |
|
David Halter
|
dee105119b
|
tests for #221
|
2013-08-11 21:20:54 +04:30 |
|
David Halter
|
a72601a9d8
|
use docopt for run.py executions, much more readable
|
2013-08-11 19:53:14 +04:30 |
|
David Halter
|
0fef34c26e
|
finding out that fake imports arent't allowed in python and os.path is a sys.modules modification, fix tests #213
|
2013-08-11 17:30:50 +04:30 |
|
David Halter
|
9d1e527b7c
|
merge issue-213-from-import-definition of @tkf into dev
|
2013-08-11 01:20:45 +04:30 |
|
David Halter
|
ec347dd975
|
user_statement problems with imports and brackets, test for #285
|
2013-08-11 01:12:08 +04:30 |
|
David Halter
|
6421c95df1
|
tests for init decorator problem, see #247
|
2013-08-10 22:53:26 +04:30 |
|
David Halter
|
97edfb13f7
|
some method decorator tests were wrong (incomplete)
|
2013-08-10 22:26:24 +04:30 |
|
David Halter
|
085bddd6a1
|
change Execution usage to always use the decorator function
|
2013-08-10 21:40:36 +04:30 |
|
David Halter
|
c35da04820
|
illegal decorators tests
|
2013-08-09 18:12:51 +04:30 |
|
David Halter
|
2dd9ad7864
|
fix goto_definition on lambda problem, fixes #274
|
2013-08-09 13:51:45 +04:30 |
|
David Halter
|
22b11e0706
|
ignore decorators if cannot be found (also get rid of DecoratorNotFound exception), fixes #272
|
2013-08-09 13:01:21 +04:30 |
|
David Halter
|
a5fa0708ee
|
tests for #272, not existing method decorators in combination with super on __init__
|
2013-08-09 12:36:53 +04:30 |
|
David Halter
|
59f0b523bd
|
move descriptors out of classes into their own file
|
2013-08-09 11:38:30 +04:30 |
|
David Halter
|
7548ec7280
|
fix problems with class method decorators
|
2013-08-09 11:32:44 +04:30 |
|
David Halter
|
c222cc5a32
|
method decorator as class tests
|
2013-08-09 10:58:24 +04:30 |
|
David Halter
|
a6b1a247c2
|
method decorator tests
|
2013-08-08 15:14:10 +04:30 |
|
David Halter
|
7f53bd71fe
|
fix encoding problems in python2 for travis
|
2013-08-08 00:26:47 +04:30 |
|
David Halter
|
7ab00242a8
|
finally change name of test.base module to helpers.py, fixes #181
|
2013-08-07 18:35:47 +04:30 |
|
David Halter
|
45432c6cb0
|
documentation and clean up, #181
|
2013-08-07 18:27:25 +04:30 |
|
David Halter
|
04e454269c
|
add test_integration_keyword.py to test keywords (moved out of test_regression), #181
|
2013-08-07 18:12:37 +04:30 |
|
David Halter
|
ee3f8d04f1
|
remove test.base.TestBase finally, #181
|
2013-08-07 18:06:52 +04:30 |
|
David Halter
|
e114c662f9
|
use jedi.Script.method instead of stupid self calls in tests
|
2013-08-07 18:00:45 +04:30 |
|
David Halter
|
74edb9e08e
|
test_regression should not be executable
|
2013-08-07 17:49:52 +04:30 |
|
David Halter
|
297ad635b6
|
moved more methods out of regression tests, created test_unicode.py, #181
|
2013-08-07 17:48:57 +04:30 |
|
David Halter
|
4e75cda7f6
|
moved more methods out of regression tests, created integration_import and jedi_system, #181
|
2013-08-07 17:41:22 +04:30 |
|
David Halter
|
5b4ee16317
|
move some docstring tests, #181
|
2013-08-07 17:37:14 +04:30 |
|
David Halter
|
686e29c2f2
|
move cache test to the right file, #181
|
2013-08-07 17:25:47 +04:30 |
|
David Halter
|
0b3a623c8d
|
add a separate jedi system testing file, which helps e.g. if imports are correctly used, #181
|
2013-08-07 17:20:02 +04:30 |
|
David Halter
|
a7584cfa04
|
add a separate api testing file, #181
|
2013-08-07 17:15:36 +04:30 |
|
David Halter
|
5c39b4596c
|
add a separate docstring testing file, #181
|
2013-08-07 17:10:41 +04:30 |
|
David Halter
|
31e0b89791
|
add a separate speed testing file, #181
|
2013-08-07 17:06:24 +04:30 |
|
David Halter
|
6ed33d7c8d
|
remove interpreter test from test_regression
|
2013-08-07 17:00:46 +04:30 |
|
David Halter
|
ed53ce65ed
|
removed old unused code
|
2013-08-07 16:42:50 +04:30 |
|
David Halter
|
8c5cf0ace6
|
further call_signatures test refactoring
|
2013-08-07 16:40:37 +04:30 |
|