From 6af808bc14170db4078f1e7a467b4d033a3fb5e4 Mon Sep 17 00:00:00 2001 From: Jerry Charumilind Date: Tue, 12 Jul 2011 14:36:09 -0700 Subject: [PATCH] Add docstring briefly describing gen_test program --- src/tests/gen_test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tests/gen_test.py b/src/tests/gen_test.py index 8ff4a00..94f8389 100644 --- a/src/tests/gen_test.py +++ b/src/tests/gen_test.py @@ -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