[wxPython-dev] SoC Unit Test Status

Roman Rolinsky rolinsky at femagsoft.com
Fri Jul 13 09:30:42 PDT 2007


Hi Frank,

It's great to have a test framework, hopefully it will help to provide a
consistent behavior across platforms for the the basic things like
window frame/client area sizes.

On Wed, 2007-07-11 at 12:02 -0400, Frank Tobia wrote:
> Hi all,
> 
> Now that the Unit Test SoC project has results to show, I wanted to
> inform the community and solicit feedback.
> 
> You can get the latest copy of the test suite from SVN by running:
> svn checkout
> https://svn.wxwidgets.org/svn/wx/wxPython/branches/SOC2007_UNITTEST/tests/unittest unittest
> 
> From there, 'runAllTests.py' runs the whole test suite with default
> options, or use 'runAllTests.py --help' to check out the various
> options for configuration and data output. 

Your code seem to be using some Python2.5 features like mixing
"try/except" and "finally" in the same block, so it can't be run with
Python2.4. Did you decide not to support the previous versions?

Roman




More information about the wxpython-dev mailing list