test-api.py: Hello world through the AOLserver API functions.
test-stdout.py: Hello world by writing to stdout. (Requires `AttachStdio' to be turned `On' in the configuration file.)
test-cgi.py: The standard Python CGI test through the emulated CGI interface. (Requires `AttachStdio' and `SetupCGIEnv' to be set `On' in the configuration file.)
test-env.py: Print out lots of stuff about the environment in which a PyWX Python script runs. (Requires HTMLgen.)
test-db.py: Trivial database access through the AOLserver API. (Requires Oracle to be installed and configured. Other databases could be tested by changing the query in the `dbhandle.Select()' call.)
Note that test-stdout.py and test-cgi.py WILL NOT WORK unless you have AttachStdio enabled in your nsd initialization file!