David Halter
|
0f3454f897
|
fix test problems, thx @tkf
|
2013-04-29 15:14:17 +04:30 |
|
David Halter
|
841f4d8423
|
skip one regression test
|
2013-04-28 22:24:19 +04:30 |
|
David Halter
|
56ca0cbfaa
|
skip unit test until this will be fixed
|
2013-04-28 21:30:26 +04:30 |
|
Danilo Bargen
|
b3d9b6ce69
|
Removed py25 related code (fixes #206)
|
2013-04-27 16:47:40 +02:00 |
|
David Halter
|
e8d34c574f
|
Merge pull request #178 from tkf/no-duplicate-module
Add a test to make sure that the import hack works
|
2013-03-17 03:39:45 -07:00 |
|
Takafumi Arakaki
|
febc65be6f
|
Skip test_no_duplicate_modules for jedi.__init__
|
2013-03-16 21:28:27 +01:00 |
|
Takafumi Arakaki
|
4aac06eb86
|
Remove tags for known failures due to the import hack
|
2013-03-16 21:18:37 +01:00 |
|
Takafumi Arakaki
|
f5fee5f0df
|
Fix wrong imports
- "from _compatibility import ..." (not in circular imports)
- "from jedi import builtin" (one of circular imports)
- "api_classes = api.api_classes"
("from jedi import api_classes" is not supported)
|
2013-03-16 21:03:34 +01:00 |
|
Takafumi Arakaki
|
07ba6658dd
|
Add test_no_duplicate_modules
|
2013-03-16 20:44:00 +01:00 |
|
David Halter
|
cd513590ab
|
Merge pull request #176 from tkf/basedefinition-type
More detailed BaseDefinition.type (fixes #169)
|
2013-03-15 10:36:53 -07:00 |
|
Takafumi Arakaki
|
be33f0ad98
|
Fix previously failing test_follow_definition
|
2013-03-15 14:39:51 +01:00 |
|
David Halter
|
8c51d1e53e
|
increase speed test limit a little bit, because it fails sometimes on travis
|
2013-03-15 16:31:35 +04:30 |
|
Takafumi Arakaki
|
49f635dca3
|
Add a failing test due to import hack
|
2013-03-12 10:01:57 +01:00 |
|
Takafumi Arakaki
|
180d0a8764
|
Rename regression.py to test_regression.py
in order to let py.test collect the tests.
|
2013-03-12 07:12:44 +01:00 |
|