pytest2/py
hpk 192a890435 [svn r51033] merging of svn+ssh://codespeak.net/svn/py/branch/reporter-merge/py/test/session.py
revisions 47584 to 51032:

    ------------------------------------------------------------------------
    r51030 | hpk | 2008-01-25 14:30:54 +0100 (Fri, 25 Jan 2008) | 5 lines

    fixing test and restoring the functionality
    that session.main returns a list of failures
    (py.test --exec=python should work again)


    ------------------------------------------------------------------------
    r50984 | hpk | 2008-01-24 18:27:06 +0100 (Thu, 24 Jan 2008) | 1 line

    avoid reporting hooks on session object
    ------------------------------------------------------------------------
    r49391 | fijal | 2007-12-05 17:33:05 +0100 (Wed, 05 Dec 2007) | 2 lines

    Don't cache results.

    ------------------------------------------------------------------------
    r48698 | fijal | 2007-11-15 01:31:42 +0100 (Thu, 15 Nov 2007) | 2 lines

    Uh. 2.4 compatibility

    ------------------------------------------------------------------------
    r48318 | fijal | 2007-11-05 16:47:34 +0100 (Mon, 05 Nov 2007) | 3 lines

    Seems that --pdb don't need to imply -s and worked out of the box.
    I've got no idea how to test it though :-/

    ------------------------------------------------------------------------
    r48140 | fijal | 2007-10-28 19:43:21 +0100 (Sun, 28 Oct 2007) | 2 lines

    Reintroduce boxing

    ------------------------------------------------------------------------
    r48138 | fijal | 2007-10-28 19:22:42 +0100 (Sun, 28 Oct 2007) | 2 lines

    Share more code.

    ------------------------------------------------------------------------
    r48130 | fijal | 2007-10-28 14:58:42 +0100 (Sun, 28 Oct 2007) | 2 lines

    Add --collectonly handling, new style, logic separated

    ------------------------------------------------------------------------
    r48129 | fijal | 2007-10-28 14:41:06 +0100 (Sun, 28 Oct 2007) | 2 lines

    Refactor LocalReporter not to rely on hosts being there

    ------------------------------------------------------------------------
    r48128 | fijal | 2007-10-28 14:24:41 +0100 (Sun, 28 Oct 2007) | 2 lines

    Small regactoring for simple usage of default reporter class

    ------------------------------------------------------------------------
    r48127 | fijal | 2007-10-28 12:56:41 +0100 (Sun, 28 Oct 2007) | 2 lines

    Remove terminal session as it's no longer needed

    ------------------------------------------------------------------------
    r48126 | fijal | 2007-10-28 12:48:35 +0100 (Sun, 28 Oct 2007) | 2 lines

    Some real test for itemgen

    ------------------------------------------------------------------------
    r47678 | fijal | 2007-10-21 18:43:54 +0200 (Sun, 21 Oct 2007) | 2 lines

    Make even less things working.

    ------------------------------------------------------------------------
    r47667 | fijal | 2007-10-21 13:00:20 +0200 (Sun, 21 Oct 2007) | 4 lines

    Huge refactoring, the target is unification of session reporters and
    eventually sessions. Right now there is about 200 lines of code cut,
    but there is still some code to die and also some features missing :)

    ------------------------------------------------------------------------
    r47660 | fijal | 2007-10-21 00:02:04 +0200 (Sun, 21 Oct 2007) | 2 lines

    Create a new branch for reporter merge

    ------------------------------------------------------------------------

--HG--
branch : trunk
2008-01-25 16:51:46 +01:00
..
apigen [svn r41655] Added list of possible exceptions for callables. 2007-03-29 22:57:16 +02:00
bin [svn r45519] Ignore non-existing files 2007-08-06 15:58:18 +02:00
builtin [svn r51029] make sure the artificial GeneratorExit claims to come from the exceptions 2008-01-25 13:46:31 +01:00
c-extension [svn r50576] This patch by Thiemo Seufer adds support for mips and mipsel. 2008-01-14 10:38:23 +01:00
code [svn r50755] Port from reporter-merge branch. 2008-01-18 17:35:33 +01:00
compat [svn r37912] Made some small changes to the initpkg mechanism so docstrings are, if 2007-02-04 15:27:10 +01:00
doc [svn r50606] don't fail for links to html files where we don'T have a .txt 2008-01-14 17:43:08 +01:00
execnet [svn r46010] Merge from branch - a lock for files, prevents segfaults of cpython 2007-08-27 10:45:03 +02:00
green [svn r45550] Skip those tests on windows 2007-08-08 14:03:03 +02:00
io [svn r45901] Do not use os.tmpfile() as it will fail on Windows unless You are Administrator. 2007-08-21 20:39:21 +02:00
log [svn r37930] Docstrings. 2007-02-04 22:47:03 +01:00
magic [svn r45294] Complain loudly when there is pypy without stackless 2007-07-24 11:06:42 +02:00
misc [svn r40834] skip test for XXX'ed download urls if version contains "alpha" 2007-03-20 13:20:33 +01:00
path [svn r49423] (naro) Fix for list.append() obviously, has no single test. 2007-12-05 22:08:23 +01:00
process [svn r38470] try to have py.process.cmdexec run on top of PyPy 2007-02-11 16:11:49 +01:00
rest [svn r38140] Empty literal blocks are not allowed: removing them. 2007-02-08 13:26:02 +01:00
test [svn r51033] merging of svn+ssh://codespeak.net/svn/py/branch/reporter-merge/py/test/session.py 2008-01-25 16:51:46 +01:00
thread [svn r37741] monster checking for 2007-02-01 16:20:39 +01:00
tool [svn r50645] Fix for "utestconvert.py < input". 2008-01-15 18:46:55 +01:00
xmlobj [svn r37912] Made some small changes to the initpkg mechanism so docstrings are, if 2007-02-04 15:27:10 +01:00
LICENSE [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
__init__.py [svn r46771] remove nonsense __init__.py line -- belongs to the next checkin 2007-09-20 17:20:45 +02:00
conftest.py [svn r38775] use relative paths, and compute them late 2007-02-14 02:03:51 +01:00
env.cmd [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
env.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
initpkg.py [svn r37912] Made some small changes to the initpkg mechanism so docstrings are, if 2007-02-04 15:27:10 +01:00