Modify ↓
Opened 11 years ago
Closed 11 years ago
#11500 closed enhancement (fixed)
Refactor TracadminTestCase to simplify test cases
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | admin/console | Version: | |
Severity: | normal | Keywords: | test cases |
Cc: | Branch: | ||
Release Notes: |
Improved test harness in |
||
API Changes: |
The method |
||
Internal Changes: |
Description
I've been working on adding some test cases for console admin commands, and it appears that the existing test cases could be simplified in a small way. I'll propose some changes for review.
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
Milestone: | next-stable-1.0.x → 1.0.2 |
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
Looks good to me and verified with the following environments.
- Python 2.5 - 2.7 with SQLite, PostgreSQL and MySQL on Linux
- Python 2.5 - 2.6 with SQLite on Windows
comment:4 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
It appears that the workaround in the test case from [7775] is not needed since [8333].
Changes can be found in log:rjollos.git:t11500.