| LangScripts runs SQL scripts (.sql files) in the lang package
and compares the output to a canon file in the
standard master package.
Its suite() method returns a set of tests where each test is an instance of
this class for an individual script wrapped in a clean database decorator.
It can also be used as a command line program to run one or more
language based SQL scripts as tests.
|