Commit Graph

33 Commits

Author SHA1 Message Date
David Halter
e779cc8c97 basic imports rewriting, which has still it's rough edges 2012-07-16 02:19:48 +02:00
David Halter
1e5377958b pep8 2012-07-13 15:55:18 +02:00
David Halter
8b8b0f920d full python 2.5-3.2 compatibility. but 2.5 isn't fully tested, because that's not possible 2012-07-13 15:34:51 +02:00
David Halter
4ee9faacec fixed a bug that made it impossible to load two cbuiltins from the same directory / 2.5 compatibility 2012-07-13 15:04:10 +02:00
David Halter
47da6f297f skip thirdparty modules, if not available 2012-07-13 01:17:00 +02:00
David Halter
4739eb6c02 changed the way the tests react, when multiple elements are produced 2012-07-12 16:19:47 +02:00
David Halter
e7a579ce31 added thirdparty testing (test/completion/thirdparty/) and fixed an AttributeError 2012-06-25 21:05:10 +02:00
David Halter
3650e0ee64 fixed property not found bug with builtins + cleaning 2012-06-24 18:47:57 +02:00
David Halter
38de9e92bb fixed bug in testing suite 2012-06-22 02:45:08 +02:00
David Halter
e1dbdc1662 class decorators with __call__ are now properly working 2012-06-12 17:02:39 +02:00
David Halter
8fb1dc74a5 fixed test path problem 2012-06-12 01:01:06 +02:00
David Halter
9523d3c938 fully functional classes 2012-06-12 00:45:18 +02:00
David Halter
2574b27496 merge 2012-06-10 00:21:05 +02:00
Danilo Bargen
b6dcecb4bf Set proper exit code when running tests 2012-06-04 16:13:34 +02:00
David Halter
ffb233eac1 self redirection solved 2012-05-25 13:59:17 +02:00
David Halter
fd1246818a python 2.5 compatibility, works, but tests fail, because certain thing don't exist in 2.5 (like int.real) 2012-05-20 00:59:03 +02:00
David Halter
8d523db9d9 most tests pass for python 3 2012-05-20 00:25:30 +02:00
David Halter
92df46bd58 tests for get_definitions 2012-05-13 16:14:37 +02:00
David Halter
22d83e8518 resolved parent issue of params -> generators working now! / fixed path problem with tests 2012-05-12 23:32:54 +02:00
David Halter
e2446d675a string literal handling 2012-05-08 22:19:45 +02:00
David Halter
1340ccb33d added ordering tests 2012-05-02 17:10:31 +02:00
David Halter
29f05aad8f ordering of variables should work now 2012-05-02 16:14:48 +02:00
David Halter
532c78b024 generators used to get names 2012-05-02 13:43:45 +02:00
David Halter
c0d9cbf0b6 instances are basically working now, tests are not -> satisfy tests! 2012-05-01 04:59:40 +02:00
David Halter
3780e44603 tests added / error catch 2012-04-25 09:48:31 +02:00
David Halter
7de81ca4a5 tuple support without braces 2012-04-24 15:40:12 +02:00
David Halter
909a6bfa2b changed tests to not fail if they receive multiple inputs -> this is NOT the right behaviour 2012-04-21 23:13:56 +02:00
David Halter
1af8273389 added import tests 2012-04-21 23:08:13 +02:00
David Halter
0048eb65c4 bug fixing 2012-04-18 21:41:51 +02:00
David Halter
dcf83069d9 restructuring 2012-04-16 16:51:01 +02:00
David Halter
43e0445250 added type tests 2012-04-14 21:51:52 +02:00
David Halter
ee3aea95e2 added tests 2012-04-13 10:39:02 +02:00
David Halter
5f21f56330 test suite for completion added 2012-04-12 15:47:33 +02:00