Commit Graph

398 Commits

Author SHA1 Message Date
hpk 245da9de19 [svn r63579] step one in simplifying runtest() collect() semantics
--HG--
branch : trunk
2009-04-03 19:39:49 +02:00
hpk 85635e1239 [svn r63575] killing yet more test "events" and redundant code
--HG--
branch : trunk
2009-04-03 18:26:21 +02:00
hpk 53491b1531 [svn r63571] kill another few test "events"
--HG--
branch : trunk
2009-04-03 17:47:16 +02:00
hpk 45e0499f10 [svn r63566] the InternalException event class bites the dust.
--HG--
branch : trunk
2009-04-03 16:18:47 +02:00
hpk d1946ae978 [svn r63563] the TestrunFinish event class bites the dust.
--HG--
branch : trunk
2009-04-03 14:18:25 +02:00
hpk 54cc936437 [svn r63560] beginning to review/polish test events
* pyevent() now receives args and kwargs as simple arguments
* refactoring event handling in tests

--HG--
branch : trunk
2009-04-03 12:57:34 +02:00
hpk 3ab894cadc [svn r63553] * allow doc to be tested distributedly
* be more eager to cleanup execnet gateway after tests

--HG--
branch : trunk
2009-04-02 21:47:01 +02:00
hpk 3ffa7735d9 [svn r63550] * move hook and event API definitions to py/test/plugin/api.py
* make "py.test" work on "doc" directory again.

--HG--
branch : trunk
2009-04-02 21:16:57 +02:00
hpk 069ab6ff5f [svn r63547] renaming all event consumers to use the "__" convention that
is also used for funcargs.

--HG--
branch : trunk
2009-04-02 19:58:51 +02:00
hpk 0ca3810203 [svn r63543] some import-related skips, test suite passes again.
--HG--
branch : trunk
2009-04-02 15:57:42 +02:00
hpk fbf70a35a2 [svn r63540] fixing shallow test bugs
--HG--
branch : trunk
2009-04-02 15:33:14 +02:00
briandorsey 87bd1d998b [svn r63473] make passed, skipped and failed all default to 'False' for consistency when the attributes are not found.
--HG--
branch : trunk
2009-04-01 05:33:54 +02:00
briandorsey 9e385d88f7 [svn r63472] a new plugin which writes a simplified result log to either JSON or a SQLite database.
also, some early ideas about possilbe archive abstractions

--HG--
branch : trunk
2009-04-01 05:28:24 +02:00
hpk 4223f18fcb [svn r63462] fix syntax error (ehem)
--HG--
branch : trunk
2009-03-31 19:58:37 +02:00
hpk 371a6b9de9 [svn r63461] a few fixes, now figleaf writes files correctly.
also changed figleaf plugin to include only
the files of the current working dir.

--HG--
branch : trunk
2009-03-31 19:58:02 +02:00
jwhitlark cc0a984ffb [svn r63430] First cut of pylint plugin. Not in working state
--HG--
branch : trunk
2009-03-30 01:57:55 +02:00
briandorsey 0a02a4a0e5 [svn r63429] pytest_figleaf now filters out all coverage for files outside of the tested package
--HG--
branch : trunk
2009-03-30 01:12:41 +02:00
briandorsey fbb0e4b62d [svn r63428] added happy path tests for figleaf plugin
--HG--
branch : trunk
2009-03-30 00:40:44 +02:00
briandorsey ab081c68d0 [svn r63427] added figleaf plugin to pylib
--HG--
branch : trunk
2009-03-30 00:10:24 +02:00
hpk 662e6905ef [svn r63359] change funcargs naming to use __
--HG--
branch : trunk
2009-03-26 13:50:12 +01:00
hpk cd3e86d185 [svn r63353] better command option handling
--HG--
branch : trunk
2009-03-26 13:21:05 +01:00
hpk 8745b9595e [svn r63345] better naming
--HG--
branch : trunk
2009-03-26 11:16:42 +01:00
hpk 92e354a486 [svn r63339] undo rev 63000 so that there is only one method now for funcargs
--HG--
branch : trunk
2009-03-26 10:26:09 +01:00
hpk 8230a39b39 [svn r63338] rename pyfuncarg to funcarg
--HG--
branch : trunk
2009-03-26 10:16:30 +01:00
hpk ee902a2d06 [svn r63337] provide more info for the pyfuncarg failing lookup
improve docstring

--HG--
branch : trunk
2009-03-26 10:14:09 +01:00
hpk 1930f50bc2 [svn r63319] * fixing verbose reporting to work the "old" way for non-dist settings
* bump version number
* comment out greenlet C-Extension for now

--HG--
branch : trunk
2009-03-25 12:50:57 +01:00
hpk 74958be548 [svn r63300] * refining pyfuncarg setup, now there is explicit registration!
* porting monkeypatch and pytester funcargs to the new method
* fixing a kind-of-a-bug with MultiCalls

--HG--
branch : trunk
2009-03-24 23:00:07 +01:00
hpk af39c9850e [svn r63219] fixing tests to care for underlying symlinked working directories
--HG--
branch : trunk
2009-03-23 03:07:53 +01:00
hpk 2c2bfb5513 [svn r63210] * implement "--dist=each" to distribute each to each available node
* improved node-management and nice showing of results
* streamline command line options

--HG--
branch : trunk
2009-03-22 21:44:45 +01:00
hpk ad6afe21ff [svn r63209] polish command line options for distributed testing.
--HG--
branch : trunk
2009-03-22 18:41:36 +01:00
hpk 3305a0e3db [svn r63203] add a method that allows to send an item to multiple nodes
--HG--
branch : trunk
2009-03-22 03:13:36 +01:00
hpk 5f0cabb295 [svn r63202] prepare for allowing for items to be sent to multiple hosts
--HG--
branch : trunk
2009-03-22 02:50:16 +01:00
hpk bda844b544 [svn r63201] allow to specify "3*" for host specs.
--HG--
branch : trunk
2009-03-22 02:19:57 +01:00
hpk 9bfdb42273 [svn r63197] * don't think "showskipsummary" is a useful option
* some typo fixes

--HG--
branch : trunk
2009-03-21 21:20:02 +01:00
hpk 422635ea47 [svn r63195] * fix rsyncdir usages all around
* rename looponfailing to looponfail

--HG--
branch : trunk
2009-03-21 21:07:45 +01:00
hpk 87f6f6b9f4 [svn r63194] more option streamlining
--HG--
branch : trunk
2009-03-21 21:02:04 +01:00
hpk 0ba4bd25ac [svn r63193] normalize towards 'iocapture' option
--HG--
branch : trunk
2009-03-21 20:58:41 +01:00
hpk 3902890e1b [svn r63192] rename dsession to dist
--HG--
branch : trunk
2009-03-21 20:31:09 +01:00
hpk fc14b038af [svn r63191] * remove "--exec"
* cleanup of options

--HG--
branch : trunk
2009-03-21 20:28:35 +01:00
hpk 87de06a124 [svn r63190] no resultlog plugin by default
have custom options come last in "py.test -h"

--HG--
branch : trunk
2009-03-21 16:17:30 +01:00
hpk 4fe51e646c [svn r63187] tweaks to cmdline options
--HG--
branch : trunk
2009-03-21 16:04:30 +01:00
hpk d464940fb2 [svn r63178] remove wrong assert
--HG--
branch : trunk
2009-03-21 15:00:01 +01:00
hpk 8dd1dd24bc [svn r63177] add a "-p" option to allow to add plugins from the command line.
--HG--
branch : trunk
2009-03-21 14:54:39 +01:00
hpk 75bfb84ea5 [svn r63163] fixing tests, better verbose output for dist-runs
--HG--
branch : trunk
2009-03-21 03:04:44 +01:00
hpk 6a1db0a594 [svn r63162] all tests pass again, output on test node setup and initialization is now much nicer.
--HG--
branch : trunk
2009-03-21 02:31:27 +01:00
hpk 35aebfc775 [svn r63160] rename masterslave -> txnode
--HG--
branch : trunk
2009-03-20 22:19:03 +01:00
hpk 7b82c6bb27 [svn r63159] re-group methods
--HG--
branch : trunk
2009-03-20 22:17:15 +01:00
hpk 1b3384b7bd [svn r63158] UI improvements
--HG--
branch : trunk
2009-03-20 22:13:47 +01:00
hpk 69e68bed29 [svn r63157] remove old events, some more renamings
--HG--
branch : trunk
2009-03-20 21:38:50 +01:00
hpk f157a5d697 [svn r63155] comment cleanup
--HG--
branch : trunk
2009-03-20 20:42:17 +01:00