Commit Graph

1536 Commits

Author SHA1 Message Date
hpk 50664c1e17 [svn r63806] adding a MultiAPI helper for managing plugin APIs.
--HG--
branch : trunk
2009-04-07 22:22:52 +02:00
hpk 9aed6ddcd0 [svn r63805] first step towards having a dedicated test-run plugin, some more basics missing
--HG--
branch : trunk
2009-04-07 21:27:00 +02:00
hpk bba69f207b [svn r63797] introduce a clean "guardedcall" interface for performing calls with exception catching and stdout/stderr capturing
--HG--
branch : trunk
2009-04-07 16:27:57 +02:00
mzeidler 4893c58d22 [svn r63796] Initial import for pytest_twisted.
--HG--
branch : trunk
2009-04-07 16:07:59 +02:00
mzeidler 76273c3674 [svn r63795] Initial import.
--HG--
branch : trunk
2009-04-07 15:58:12 +02:00
hpk 10e267b7b6 [svn r63786] rename CollectionReport to CollectReport, remove XXX.
--HG--
branch : trunk
2009-04-07 13:51:55 +02:00
hpk a37c32783d [svn r63785] further renaming, streamlining the testing machinery and helpers.
--HG--
branch : trunk
2009-04-07 12:48:57 +02:00
hpk 5b31dfe357 [svn r63780] some renaming
--HG--
branch : trunk
2009-04-07 11:53:01 +02:00
hpk 4f5020c3dd [svn r63686] fixing docstring, removing dead code.
--HG--
branch : trunk
2009-04-05 22:34:41 +02:00
hpk c516e895fd [svn r63685] internal renaming of variable name
--HG--
branch : trunk
2009-04-05 22:16:27 +02:00
hpk e1f4d651a8 [svn r63683] a small script to perform svn-hotsyncing
--HG--
branch : trunk
2009-04-05 20:40:16 +02:00
hpk b2077ed2ec [svn r63630] some more code to prepare for substituting the
fixture/runtest code, using more plugins.

--HG--
branch : trunk
2009-04-04 22:19:18 +02:00
hpk ba6eca8da4 [svn r63628] * shuffle SetupState and fixture handling into runner.py
* introduce a itemsetupreport and new setupitem/teardownitem methods.
* more tests

--HG--
branch : trunk
2009-04-04 21:06:20 +02:00
hpk ec2c167264 [svn r63601] remove dead code.
--HG--
branch : trunk
2009-04-04 02:35:27 +02:00
hpk 4aeb929b3c [svn r63600] merge remaining content of event.py into runner.py.
--HG--
branch : trunk
2009-04-04 02:34:20 +02:00
hpk 7b47da2203 [svn r63598] cleanup of imports and shuffling of plugin method.
--HG--
branch : trunk
2009-04-04 02:23:04 +02:00
hpk 6bf57efa8f [svn r63597] remove unused code. fix errors.
--HG--
branch : trunk
2009-04-04 01:23:16 +02:00
hpk f14b0c90d9 [svn r63593] have plugin method run the test item and report about it
--HG--
branch : trunk
2009-04-04 00:36:29 +02:00
hpk db60fe7f37 [svn r63588] shift running of test item to be done through a plugin method.
--HG--
branch : trunk
2009-04-03 23:18:41 +02:00
hpk 79793d50e2 [svn r63584] killing more code, simplifying running of tests.
--HG--
branch : trunk
2009-04-03 22:16:02 +02:00
hpk cca19f1183 [svn r63580] * removing usage of py.magic.patch
* removing obsolete greenlet.py

--HG--
branch : trunk
2009-04-03 19:45:25 +02:00
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 e7e1b2725b [svn r63562] fixing _com regarding pyevents as well
--HG--
branch : trunk
2009-04-03 12:59:34 +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 60596f880c [svn r63552] adding processing of pytest_restdoc plugin back for now.
--HG--
branch : trunk
2009-04-02 21:22:20 +02:00
hpk ab6f3f8c96 [svn r63551] keep style.css around here
--HG--
branch : trunk
2009-04-02 21:21:06 +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
briandorsey 6104fa0142 [svn r63549] Attempted to create a theme based on the previous pylib pages.
This initial version looks worse than either the old pages or the default sphinx output.
Can revert back to the default theme by referting the change to conf.py
Also added a new make target to force all html to be rebuilt. Sphinx doesn't detect changes to stylesheets in themes.

--HG--
branch : trunk
2009-04-02 21:00:08 +02:00
hpk ca2c19731a [svn r63548] fixing lots of little issues with the docs
--HG--
branch : trunk
2009-04-02 20:59:31 +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 575935a4aa [svn r63546] small updates, regen setup.py
--HG--
branch : trunk
2009-04-02 19:34:16 +02:00
briandorsey 139b43dd88 [svn r63545] fixes to toctree
updated headings so the outline works

--HG--
branch : trunk
2009-04-02 19:07:18 +02:00
briandorsey 3c451ee69e [svn r63544] fix typo in my name
--HG--
branch : trunk
2009-04-02 18:59:24 +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 18a0dd8d09 [svn r63542] moving pygreen to greenlet contrib dir
--HG--
branch : trunk
2009-04-02 15:43:26 +02:00
hpk fbf70a35a2 [svn r63540] fixing shallow test bugs
--HG--
branch : trunk
2009-04-02 15:33:14 +02:00
hpk a72ab92ed6 [svn r63539] moving py/doc to doc/ and removing some more files
--HG--
branch : trunk
2009-04-02 15:24:02 +02:00
hpk 5bc2bda8d1 [svn r63536] refining docs some more. removing outdated or what-i-consider-unfitting docs
--HG--
branch : trunk
2009-04-02 15:12:26 +02:00
hpk 984201a9e4 [svn r63530] committing some old text about state management
--HG--
branch : trunk
2009-04-02 13:19:12 +02:00
hpk d53e3b3b67 [svn r63529] remove idea here for a new "fs" namespace.
1.0.0 release announce draft
some fixes and streamlines here and there.

--HG--
branch : trunk
2009-04-02 13:16:41 +02:00
hpk 08b6c2e3e9 [svn r63523] adding the pylib logo (from the webpage)
--HG--
branch : trunk
2009-04-02 10:39:32 +02:00
hpk 1207d0d2de [svn r63522] ReST fixes, Copyright fixes
--HG--
branch : trunk
2009-04-02 10:08:38 +02:00
hpk e84337d7cd [svn r63521] fix py.std docs and simplify its implementation (which is a 5 liner, anyway).
--HG--
branch : trunk
2009-04-02 09:52:32 +02:00
hpk ff0bdb3076 [svn r63520] * removing versioning of generated _build directory.
* removing an outdated note regarding py.std

--HG--
branch : trunk
2009-04-02 09:37:38 +02:00
briandorsey 4d95ec5c5c [svn r63519] Initial Sphinx-ification of the documentation
run: 'make html' to build

--HG--
branch : trunk
2009-04-02 09:10:16 +02:00