#12667 closed enhancement (fixed)
Make test case in trac.admin.tests.console reusable by plugins
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.2 |
| Component: | admin/console | Version: | |
| Severity: | normal | Keywords: | tests |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: |
Added base class |
||
| Internal Changes: |
Moved ticket console admin test cases to |
||
Description (last modified by )
Similar to #12233, we could make the test case in trac.admin.tests.console reusable by plugins, so tests can be more easily written for TracAdmin commands. Some of the tests in trac.admin.tests.console should also be moved to their appropriate packages, such as ticket and versioncontrol.
After moving appropriate tests to versioncontrol, test coverage will be extended (#12665).
Attachments (0)
Change History (4)
comment:1 by , 9 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 9 years ago
| API Changes: | modified (diff) |
|---|
comment:3 by , 9 years ago
| API Changes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Committed to trunk in r15380.



Proposed changes in log:rjollos.git:t12667_tracadmin_testcase_refactor.