[Python-Dev] guidelines for contributing to Python

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 25 Jul 2000 07:21:24 -0500 (CDT)


    Peter> Okay, so where do I put that test for Python/compile.c?

I suggest Lib/test/test_compile.py, with a corresponding output file in
Lib/test/output/test_compile, assuming it's a test that can be written in
Python.  (If not, the group (or someone in it) probably needs to figure out
a C-based testing framework.)  I wouldn't worry that it's a lone test for
the time being.  It will likely gain friends as time goes on.

Skip