Add docstring briefly describing gen_test program

0.3.0.dev
Jerry Charumilind 13 years ago committed by Richard Harding
parent 7980ca84c9
commit 6af808bc14

@ -1,3 +1,8 @@
"""
This program facilitates the creation of a regression test case as used by the
test module. It uses the current readability algorithm to capture a benchmark
and construct a new test case.
"""
import errno
import os
import os.path

Loading…
Cancel
Save