Opened 5 months ago
Closed 5 months ago
#35517 closed Cleanup/optimization (fixed)
Improve test coverage of shell command
Reported by: | Salvo Polizzi | Owned by: | Salvo Polizzi |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | shell tests |
Cc: | Adam Johnson | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
We need to increase coverage for methods that run shells, e.g. ipython()
, bpython()
and python()
, in preparation for #35515.
Change History (7)
comment:1 by , 5 months ago
Needs tests: | set |
---|---|
Patch needs improvement: | set |
comment:2 by , 5 months ago
Has patch: | set |
---|
comment:3 by , 5 months ago
Cc: | added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 5 months ago
Description: | modified (diff) |
---|
comment:5 by , 5 months ago
Needs tests: | unset |
---|---|
Version: | 5.0 → dev |
comment:6 by , 5 months ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:7 by , 5 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In dfac15d5: