July 2007 Archives by subject
Starting: Tue Jul 3 05:26:38 EST 2007
Ending: Wed Jul 25 19:57:13 EST 2007
Messages: 103
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner
Make the output with -c exactly match the output without -c
(modulo the colors,
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner-colors.txt
Tests for colorizing all sorts of doctest failures.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner-errors.txt
Typo.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Add a ColorfulOutputFormatter. It doesn't do much yet,
but at least the
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Clarify the difference between OutputFormatter.summary() and
.totals().
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Colorize doctest diffs.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Colorize the filename, line number and test name separately.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Colorize the totals as well.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Highlight exceptions in doctests.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Highlight old-style unit test tracebacks.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Show that I care.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
Start colorizing error output: currently doctests failures
without diffs only.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Always compute self.max_width.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Clarify the code. "if i:" is not something you want to see 96
lines down in a
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Extract (about half of) output operations into a single class.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Inline a trivial method.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Make sure the "Set up $layername" message appears before the
set up completes.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Meh. There's no obvious way to hook up the output formatter to
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
More refactoring: move all the output related to running the
tests into
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Move garbage reporting into OutputFormatter.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Move refcount reporting into OutputFormatter.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Move the global print_traceback into OutputFormatter.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Move the reporting of left-behind threads into OutputFormatter.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/branches/output-refactoring/src/zope/testing/testrunner.py
Refactor layer setup/teardown messages.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
add --auto-color option
Benji York
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
add options to disable colorized output: --no-color and -C
Benji York
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
fix broken --auto-color handling;
options are processed differently than I
Benji York
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Highlight test timings, using a different color for very slow tests.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Make --auto-color actually check whether the terminal
supports colors. Some
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Merge the colorized-output branch with
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Refactor time formatting into a function that's reused. A
side effect is that
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Show the list of tests with errors/failures at a smaller
verbosity level.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Show the total time to run all tests.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-colors.txt
Explicitly show that --auto-color checks isatty().
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-colors.txt
Highlight the different sections in the test.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-colors.txt Typo.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-edge-cases.txt
Python 2.5 compatibility: due to explicit type checks in
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-edge-cases.txt
whitespace fixes
Benji York
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-errors.txt
Fix some typos.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Docstrings are good.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
fix bug that kept --auto-color from working when it is
specified as a default
Benji York
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Fix failure in testrunner-layer-api.txt: ``args`` can be None
at this point.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Fix some editor accident in a docstring.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Fix testrunner-colors.txt test failure on Python 2.3.
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Fix the flurry of "Error reading subprocess output for
...Layer" errors
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Fix up indentation (I assume it was left strange to minimize
the diff in some
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
For large test suites "25 minutes 3 seconds" is easier to
understand than "1503
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Highlight test layers that have suboptimal behaviour (no
debugging/profiling)
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Merge the output-refactoring branch with
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Python 2.5 compatibility: unittest.TestSuite.addTest() now
performs strict type
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
testrunner-profiling-cprofiler.txt needs both cProfile and
pstats. Debian
Marius Gedminas
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py Typo fixed.
Viktorija Zaksiene
- [Zope3-checkins]
SVN: Zope3/branches/acripps-new_Viewlet_Directive/src/zope/viewlet/meta.zcml
resourceViewlet is NOT a viewletManager
Aaron Cripps
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/ClientForm.py
untested
Adam Groszer
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/ClientForm/ untested
Adam Groszer
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/mechanize/_ untested
Adam Groszer
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/src/
mistake again-it's too hot here
Adam Groszer
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/src/ made a copy
Adam Groszer
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/zope/
switch to branches on satellites
Adam Groszer
- [Zope3-checkins]
SVN: Zope3/branches/adamg-mechanize-update/src/zope/app/ typo
Adam Groszer
- [Zope3-checkins] Re: [Checkins] SVN:
zope.interface/trunk/src/zope/interface/human. Fixed RsT markup
Fred Drake
- [Zope3-checkins] Re: [Checkins] SVN:
zope.interface/trunk/src/zope/interface/human. Fixed RsT markup
Stephan Richter
- [Zope3-checkins] Re: [Checkins] SVN:
zope.interface/trunk/src/zope/interface/human. Fixed RsT markup
Fred Drake
- [Zope3-checkins] Re: [Checkins] SVN:
zope.interface/trunk/src/zope/interface/human. Fixed RsT markup
Gary Poster
- [Zope3-checkins] Re: [Checkins] SVN:
Zope3/branches/adamg-mechanize-update/ made a copy
Benji York
- [Zope3-checkins] Re: [Checkins] SVN: zope.schema/trunk/ More work
on bug 98287: Introduced an event to signal that an object value is
Stephan Richter
- [Zope3-checkins] Re: [Checkins] SVN: zope.schema/trunk/ More work
on bug 98287: Introduced an event to signal that an object value is
Christian Theune
- [Zope3-checkins] Re: [Checkins] SVN: zope.schema/trunk/ More work
on bug 98287: Introduced an event to signal that an object value is
Stephan Richter
- [Zope3-checkins] Re: [Checkins] SVN: zope.schema/trunk/ More work
on bug 98287: Introduced an event to signal that an object value is
Tres Seaver
- [Zope3-checkins] Re: [Zope3-dev] Re: [Checkins] SVN:
zope.schema/trunk/ More work
on bug 98287: Introduced an event to signal that an object value is
Christian Theune
- [Zope3-checkins] Re: [Zope3-dev] Re: [Checkins] SVN:
zope.schema/trunk/ More work on bug 98287: Introduced an
event to signal that an object value is
Stephan Richter
- [Zope3-checkins] Re: [Zope3-dev] Re: [Checkins] SVN:
zope.schema/trunk/ More work on bug 98287: Introduced an
event to signal that an object value is
Fred Drake
- [Zope3-checkins] SVN: zdaemon/branches/jim-env/ retire old dev
branch
Jim Fulton
- [Zope3-checkins] SVN: zdaemon/branches/tseaver-eggification/ retire
old dev branch
Jim Fulton
- [Zope3-checkins] SVN: zdaemon/tags/2.0.0/ release 2.0.0
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: zdaemon/trunk/ prepare for 2.0.0 release
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: zdaemon/trunk/setup.py bump version number
for next release
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: zope.testing/branches/colorized-output/
Create a branch for colorizing test runner output.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/branches/colorized-output/
Remove branch after merging it to trunk.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/branches/output-refactoring/
Create a branch for refactoring the output of the test runner.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/branches/output-refactoring/
Remove branch after merging it to trunk.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/tags/3.5.0/ 3.5.0 release
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: zope.testing/trunk/ Added --auto-progress and
--no-progress options, similar to --auto-color
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/ Make RENormalizer also
accept plain Python callables.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/README.txt Explain how to
get started with buildout.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/README.txt Mention the fix
in the README.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/README.txt Update the
README with new changes since 2007/03/29 by looking at the svn log.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/setup.py bump the version
number since there have been features added,
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: zope.testing/trunk/setup.py bump version;
setup.py should always contain the next stable release number
Fred L. Drake, Jr.
- [Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt preparing
an internal 3.2.3 release
Andreas Jung
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Zope 3.3.2
Andreas Jung
- [Zope3-checkins] SVN: Zope3/branches/3.4/ Cutting 3.4 release
branch for beta release.
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.4/src/ Made externals stick
to revisions (when not pointing to a tag).
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/adamg-mechanize-update/ made a
copy
Adam Groszer
- [Zope3-checkins] SVN: Zope3/branches/roger-win-buildout/ Added a
branch for fix several windows buildout issues
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/branches/roger-win-buildout/ Adjust
svn:externals for zc.buildout
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/branches/roger-win-buildout/src/zc/
Added svn:externals for zc.buildout (win-buildout branch)
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/branches/roger-win-buildout/src/zc/
Added zc namespace folder to win buildout branch
Roger Ineichen
- [Zope3-checkins] SVN: Zope3/tags/3.2.3/ 3.2.3 (tagged for Zope
2.9.8)
Andreas Jung
- [Zope3-checkins] SVN: Zope3/tags/3.3.2/ 3.3.2 (tagged for Zope
2.10.4)
Andreas Jung
- [Zope3-checkins] SVN: Zope3/tags/3.4.0b1/ Release preparation,
removed dependency on package that doesn't exist anymore.
Christian Theune
- [Zope3-checkins] SVN: Zope3/tags/3.4.0b1/ Tagging b1 release.
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Rely on
zope.app.session/branches/3.4
Gary Poster
Last message date:
Wed Jul 25 19:57:13 EST 2007
Archived on: Wed Jul 25 19:57:20 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).