[Python-Dev] regression test question

Fred L. Drake, Jr. fdrake@beopen.com
Mon, 21 Aug 2000 16:32:22 -0400 (EDT)


  I'm working on bringing the parser module up to date and introducing
a regression test for it.  (And if the grammar stops changing, it may
actually get finished!)
  I'm having a bit of a problem, though:  the test passes when run as
a script, but not when run via the regression test framework.  The
problem is *not* with the output file.  I'm getting an exception from
the module which is not expected, and is only raised when it runs
using the regression framework.
  Has anyone else encountered a similar problem?  I've checked to make
sure the right version or parsermodule.so and test_parser.py are being
picked up.
  Thanks!


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member