Ticket #376 (defect)
Opened 3 years ago
Last modified 3 years ago
Individual tests should set sys.path
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-beta |
| Component: | CherryPy code | Keywords: | test |
| Cc: |
The test.py module sets ../../cherrypy on sys.path but individual tests do not; therefore, they are not runnable (or will conflict with other cherrypy packages) if they are mounted elsewhere.
Change History
11/02/05 01:10:05: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [778].