root/branches/cherrypy-2.1/cherrypy/test/__init__.py
| Revision 267 (checked in by fumanchu, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | """Regression test suite for CherryPy. |
| 2 | |
| 3 | Run test.py to exercise all tests. |
| 4 | """ |
| 5 | |
| 6 | # Ideas for future tests: |
| 7 | # - test if tabs and whitespaces are handled correctly in source file (option -W) |
| 8 | # - test if absolute pathnames work fine on windows |
| 9 | # - test sessions |
| 10 | # - test threading server |
| 11 | # - test forking server |
| 12 | # - test process pooling server |
| 13 | # - test SSL |
| 14 | # - test compilator errors |
| 15 | # - test abstract classes |
| 16 | # - test hidden classes |
| 17 | # ... |
| 18 |
Note: See TracBrowser for help on using the browser.

