Home | Trees | Indices | Help |
|
---|
|
1 """Regression test suite for CherryPy. 2 3 Run 'nosetests -s test/' to exercise all tests. 4 5 The '-s' flag instructs nose to output stdout messages, wihch is crucial to 6 the 'interactive' mode of webtest.py. If you run these tests without the '-s' 7 flag, don't be surprised if the test seems to hang: it's waiting for your 8 interactive input. 9 """ 10 11 import os 12 import sys 13 16 22 28
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 25 16:17:50 2014 | http://epydoc.sourceforge.net |