Opened 7 years ago
Closed 7 years ago
#29047 closed Cleanup/optimization (fixed)
test_substr_with_expressions doesn't test expressions
Reported by: | Matthew Pava | Owned by: | Daniel Hones |
---|---|---|---|
Component: | Testing framework | Version: | 2.0 |
Severity: | Normal | Keywords: | Substr |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The method implies that it tries to test the Substr
function with expressions, but it is just duplicated from the test_substr
function and does not use Expression
s.
The method is in tests/db_functions/tests.py
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 9d129b72: