Add a test for Request.__repr__
| Reported by: |
Tim Graham <timograham@…> |
Owned by: |
Tim Graham <timograham@…> |
|
Priority:
|
normal
|
Milestone:
|
1.3.2
|
|
Component:
|
web frontend
|
Version:
|
|
|
Severity:
|
normal
|
Keywords:
|
|
|
Cc:
|
|
Branch:
|
|
|
Release Notes:
|
|
|
API Changes:
|
|
|
Internal Changes:
|
Added test coverage for Request.__repr__.
|
Currently you can comment out some querystring lines in Request.__repr__ and the tests will still pass.
Change History
(7)
| Milestone: |
→ next-stable-1.0.x
|
| Type: |
defect → enhancement
|
| Milestone: |
next-stable-1.0.x → next-stable-1.2.x
|
| Milestone: |
next-stable-1.2.x → 1.3.2
|
| Owner: |
set to Ryan J Ollos
|
| Release Notes: |
modified (diff)
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Owner: |
changed from Ryan J Ollos to Tim Graham <timograham@…>
|
| Internal Changes: |
modified (diff)
|
| Release Notes: |
modified (diff)
|
Thanks. However we should add more test cases if we'd like to test it.