Modify ↓
#8636 closed enhancement (worksforme)
Install 'trac-test' script in development mode
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.5 |
| Severity: | normal | Keywords: | testing |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Current implementation of test suite doesn't have an easy-to-spot "run tests" button that users/developers are urged to push after they make changes.
There is a proposal to include test runner as 'trac-test' script in development mode, so what you do not have to set PYTHONPATH and invoke python with a path to trac/test.py explicitly.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



In trunk, you can do
make test.… and more.