[Python-Dev] regression test question (original) (raw)
Fred L. Drake, Jr. fdrake@beopen.com
Mon, 21 Aug 2000 16:32:22 -0400 (EDT)
- Previous message: [Python-Dev] Doc-strings for class attributes ?!
- Next message: [Python-Dev] regression test question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. BeOpen PythonLabs Team Member
- Previous message: [Python-Dev] Doc-strings for class attributes ?!
- Next message: [Python-Dev] regression test question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]