holger krekel
|
a2f4a11301
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
Ronny Pfannschmidt
|
761a95e542
|
fix some of my typos, thanks Arfrever
|
2011-10-27 07:38:44 +02:00 |
Ronny Pfannschmidt
|
2c230f910d
|
fix issue74 - propperly filter out missfit names in _tryconvertpyarg
|
2011-10-26 22:40:08 +02:00 |
Florian Mayer
|
0e05a4fbcf
|
Improve --pyargs.
Don't evaluate modules and do nto show 'module not found' if ImportError is
thrown in the module.
|
2011-09-01 16:19:16 +02:00 |
holger krekel
|
e3b2792677
|
fix issue49 - avoid confusing errors when initialization goes wrong
|
2011-06-01 14:54:34 +02:00 |
Benjamin Peterson
|
cf6949c9a3
|
stuff contents of pytest_collection hook into perform_collect
|
2011-05-26 19:53:47 -05:00 |
Benjamin Peterson
|
2f984e0c23
|
remove after_initial_collect hook
|
2011-05-26 19:43:02 -05:00 |
Benjamin Peterson
|
0a7237b72f
|
refactor common config/session protocol code for main() functions
|
2011-05-26 19:09:42 -05:00 |
Benjamin Peterson
|
f684a9ed56
|
expose Session on pytest namespace
|
2011-05-26 18:58:31 -05:00 |
Benjamin Peterson
|
196cece338
|
add a hook called after the inital fs collection
|
2011-05-26 18:57:37 -05:00 |
holger krekel
|
06ca7090f9
|
fix issue38 - nicer tracebacks on sessionstart/configure (and other internal/custom hook failures)
|
2011-04-17 12:20:11 +02:00 |
holger krekel
|
f2670651b3
|
half the overhead for calling a test function by introducing some caching
|
2011-03-07 18:28:45 +01:00 |
holger krekel
|
07cee24122
|
avoid deprecation warnings for our internal accesses
|
2011-03-05 14:16:27 +01:00 |
holger krekel
|
74b9ebc1cd
|
accept a left out "()" for ids on command line for better compatibility with pytest.vim
|
2011-02-07 11:09:42 +01:00 |
holger krekel
|
762ea71f67
|
fix error reporting issue when a "pyc" file has no relating "py"
|
2011-01-27 21:11:21 +01:00 |
holger krekel
|
b8f0d10f80
|
fix a pypy related regression - re-allow self.NAME style collection tree customization
|
2011-01-18 12:47:31 +01:00 |
holger krekel
|
c7531705fc
|
refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin registration
|
2010-12-06 16:54:42 +01:00 |