Modify ↓
#12812 closed enhancement (fixed)
Move test helpers to test.py modules
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.2 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | test |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: |
Ticket test helper methods can be found in the |
||
| Internal Changes: | |||
Description
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
| Milestone: | topic-multiproject → 1.3.2 |
|---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
| API Changes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Eventually I'd like to have mocks for the version control system in trac.versioncontrol.test, since it's often difficult to develop tests against a repository and writing a mock for each component is a bit of work and requires a lot of knowledge of the API.
Committed to trunk in r15921.
Note:
See TracTickets
for help on using tickets.



Proposed changes in [d030e0d88/rjollos.git].