Opened 12 months ago

Last modified 8 months ago

#34981 assigned New feature

Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command

Reported by: Natalia Bidart Owned by: Sulabh Katila
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Adam Johnson Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Following a recent conversation in the forum, it was suggested that we promote the flags --pair and --bisect to be available in the Django test command. Currently these are only implemented in the Django custom runtests.py helper script.

Change History (12)

comment:1 by Claude Paroz, 12 months ago

Triage Stage: UnreviewedAccepted

Makes sense!

comment:3 by Tim Graham, 12 months ago

Easy pickings: unset
Type: UncategorizedNew feature

Looking at how intertwined the code for these options is with other code in runtests.py (even hardcoding certain Django tests apps), I doubt this is "easy pickings."

comment:5 by Sulabh Katila, 12 months ago

Owner: set to Sulabh Katila
Status: newassigned

comment:6 by Adam Johnson, 11 months ago

Cc: Adam Johnson added

comment:7 by Sulabh Katila, 11 months ago

Has patch: set

comment:8 by Sulabh Katila, 11 months ago

Patch needs improvement: set

comment:9 by Sulabh Katila, 11 months ago

Patch needs improvement: unset

comment:10 by Tim Graham, 11 months ago

Needs documentation: set
Needs tests: set
Patch needs improvement: set

Hi Sulabh, tests and documentation are also required. Ideally, we wouldn't duplicate all the similar code in runtests.py as well.

Version 0, edited 11 months ago by Tim Graham (next)

comment:11 by Sulabh Katila, 10 months ago

Hi Tim, I have made some changes and added the tests and documentation. I tested it with a sample project, and it seems to be working now.

comment:12 by Sulabh Katila, 10 months ago

Patch needs improvement: unset

comment:13 by Sulabh Katila, 9 months ago

Needs documentation: unset
Needs tests: unset

comment:14 by Mariusz Felisiak, 8 months ago

Patch needs improvement: set
Note: See TracTickets for help on using tickets.
Back to Top