"""Regression test suite for CherryPy. Run test.py to exercise all tests. """ # Ideas for future tests: # - test if tabs and whitespaces are handled correctly in source file (option -W) # - test if absolute pathnames work fine on windows # - test sessions # - test threading server # - test forking server # - test process pooling server # - test SSL # - test compilator errors # - test abstract classes # - test hidden classes # ...