C Source Code Generator For Test Cases

Diez B. Roggisch deets at nospam.web.de
Fri Sep 28 15:05:03 EDT 2007


gamename wrote:

> Hi,
> 
> Can anyone recommend a good method of using python to generate c
> source code?   I have tables of test cases to use as input to a
> process which would generate the test's source code.  The Cheetah tool
> looks interesting.  Has anyone used it? Any other suggestions?

How about using c-types to access your C-stuff to test, and use python + the
testcase-tables to invoke that?

Diez



More information about the Python-list mailing list