Dave Halter
|
9da09c9058
|
improve the testing documentation. Add a section about the alternate test runner ./run.py
|
2014-03-11 14:27:11 +01:00 |
|
Dave Halter
|
a6e49f2680
|
compatibility improvements -> use reduce from functools
|
2014-01-14 11:31:01 +01:00 |
|
Takafumi Arakaki
|
c87d3dad52
|
Remove unused imports
|
2013-03-12 11:04:15 +01:00 |
|
Takafumi Arakaki
|
c387bf06bc
|
No need to setup import path in test.base
py.test does that for us.
|
2013-03-12 11:03:12 +01:00 |
|
Takafumi Arakaki
|
ff80988a75
|
Remove old test code
|
2013-03-12 10:02:19 +01:00 |
|
Takafumi Arakaki
|
0f9761aac7
|
Fix tests for Python 3.2 (use relative import)
|
2013-03-12 07:11:37 +01:00 |
|
Takafumi Arakaki
|
a31ba8737a
|
Run refactoring test using py.test
refactor.collect_file_tests is fixed; it uses global variable
refactoring_test_dir which is not defined when refactor is used
as a module.
|
2013-03-12 06:50:03 +01:00 |
|
Takafumi Arakaki
|
9791f04555
|
Reduce args for RefactoringCase
|
2013-03-10 23:06:42 +01:00 |
|
Takafumi Arakaki
|
2362e290d8
|
Separate methods in RefactoringCase
|
2013-03-10 23:06:41 +01:00 |
|
Takafumi Arakaki
|
0a13b8f114
|
Separate test collection and run in refactoring.py
|
2013-03-10 23:06:39 +01:00 |
|
Takafumi Arakaki
|
20c9709aef
|
Do not change cwd at import time
|
2013-03-10 17:28:48 +01:00 |
|
David Halter
|
90c800b257
|
remove repl style comments and use indented blocks instead, #146
|
2013-03-01 19:52:36 +04:30 |
|
David Halter
|
c808bcef70
|
little description of regression and refactor
|
2013-03-01 00:23:13 +04:30 |
|
David Halter
|
855d683d9a
|
switched to __name__ == '__main__' checks for tests
|
2013-03-01 00:07:36 +04:30 |
|
David Halter
|
3c4e079ecb
|
import jedi in tests and not api
|
2013-01-08 12:15:50 +01:00 |
|
David Halter
|
f192259383
|
use absolute paths as the default for 'Script'
|
2013-01-07 14:29:34 +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
|
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 |
|