Commit Graph

10 Commits

Author SHA1 Message Date
holger krekel
771438fde5 * refine and rename pycollect related hooks
* refine runtest/test function call protocol

--HG--
branch : trunk
2009-06-15 15:15:40 +02:00
ralf@brainbot.com
58eba8a9a4 restart system calls on SIGCHLD signals (needed for OS X)
this only works in python >= 2.6.

--HG--
branch : trunk
2009-06-08 15:14:40 +02:00
ralf@brainbot.com
a5d42b36d2 adapt to new plugin architecture and misc cleanups:
- exit with non-zero value on import errors
- remove unused imports
- make --twisted-logging a boolean option

--HG--
branch : trunk
2009-06-05 12:05:23 +02:00
ralf@brainbot.com
95c28265a6 fix generator tests
--HG--
branch : trunk
2009-06-03 15:22:14 +02:00
ralf@brainbot.com
4c42bf7f57 fix typos in comments
--HG--
branch : trunk
2009-06-03 15:16:34 +02:00
holger krekel
a93918a480 integrate plugin hook checking directly when registering
remove plugintester plugin, all functionality now in testdir

--HG--
branch : trunk
2009-05-22 23:50:35 +02:00
holger krekel
3a9d2873b5 more or less fixes #4 along with changeset e07b15140498
note that i don't understand why the twisted plugin went
through the "wrapper" function.  seems to work just
fine for me without it.  also added the "True"
return value which indicates we handled the call.
however, the plugin hook will need some refinments.
see XXXs.

--HG--
branch : trunk
2009-04-17 19:33:38 +02:00
mzeidler
59bd09ce9a [svn r63932] * Fixed broken setup_method()-mechanism.
* Added --twisted-logging option.
* Added example test-script to the plugin-test.

--HG--
branch : trunk
2009-04-10 13:12:04 +02:00
mzeidler
d10eae0313 [svn r63821] Added comment due to the breaking of the setup_method() mechanism.
--HG--
branch : trunk
2009-04-08 12:04:07 +02:00
mzeidler
4893c58d22 [svn r63796] Initial import for pytest_twisted.
--HG--
branch : trunk
2009-04-07 16:07:59 +02:00