Re: [Django] #25735: Add test tagging to Django test runner

2021-03-19 Thread Django
#25735: Add test tagging to Django test runner
-+-
 Reporter:  Carl Meyer   |Owner:  Jakub
 |  Paczkowski
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  1.8
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"11d241dcf78842764fc3d0feac1a0b2bd78aa398" 11d241dc]:
 {{{
 #!CommitTicketReference repository=""
 revision="11d241dcf78842764fc3d0feac1a0b2bd78aa398"
 [3.1.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner
 docs.

 Backport of 37044817f9a57126d655f216019e8c8cca7c151b from main.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.0207f1dd6a29fc35c5e19539b7a112fd%40djangoproject.com.


Re: [Django] #25735: Add test tagging to Django test runner

2021-03-19 Thread Django
#25735: Add test tagging to Django test runner
-+-
 Reporter:  Carl Meyer   |Owner:  Jakub
 |  Paczkowski
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  1.8
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"8298775dad2a9e4f7c48829b212b32e542f51c69" 8298775d]:
 {{{
 #!CommitTicketReference repository=""
 revision="8298775dad2a9e4f7c48829b212b32e542f51c69"
 [3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner
 docs.

 Backport of 37044817f9a57126d655f216019e8c8cca7c151b from main
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.215955d219c7356b1214e9d44562f3f9%40djangoproject.com.


Re: [Django] #25735: Add test tagging to Django test runner

2021-03-19 Thread Django
#25735: Add test tagging to Django test runner
-+-
 Reporter:  Carl Meyer   |Owner:  Jakub
 |  Paczkowski
 Type:  New feature  |   Status:  closed
Component:  Testing framework|  Version:  1.8
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Mariusz Felisiak ):

 In [changeset:"37044817f9a57126d655f216019e8c8cca7c151b" 3704481]:
 {{{
 #!CommitTicketReference repository=""
 revision="37044817f9a57126d655f216019e8c8cca7c151b"
 Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.372583d104b128de100cfa1a101c9ad9%40djangoproject.com.


Re: [Django] #25735: Add test tagging to Django test runner

2016-02-19 Thread Django
#25735: Add test tagging to Django test runner
---+
 Reporter:  carljm |Owner:  mrbox
 Type:  New feature|   Status:  closed
Component:  Testing framework  |  Version:  1.8
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+

Comment (by Tim Graham <timograham@…>):

 In [changeset:"032f5a789692d69ab206f902867ff2c3e05c5320" 032f5a78]:
 {{{
 #!CommitTicketReference repository=""
 revision="032f5a789692d69ab206f902867ff2c3e05c5320"
 Refs #25735 -- Made @tag decorator importable from django.test.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.6d71039e0fb25e6a62cece372598006b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25735: Add test tagging to Django test runner

2016-02-17 Thread Django
#25735: Add test tagging to Django test runner
---+
 Reporter:  carljm |Owner:  mrbox
 Type:  New feature|   Status:  closed
Component:  Testing framework  |  Version:  1.8
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by Tim Graham <timograham@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"d4dc775620fc57e962165eab98a77264e3dd16b2" d4dc775]:
 {{{
 #!CommitTicketReference repository=""
 revision="d4dc775620fc57e962165eab98a77264e3dd16b2"
 Fixed #25735 -- Added support for test tags to DiscoverRunner.

 Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.0275d81464123ddcafe120d15dd285b4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25735: Add test tagging to Django test runner

2016-02-15 Thread Django
#25735: Add test tagging to Django test runner
---+
 Reporter:  carljm |Owner:  mrbox
 Type:  New feature|   Status:  assigned
Component:  Testing framework  |  Version:  1.8
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by timgraham):

 * needs_better_patch:  1 => 0


Comment:

 [https://github.com/django/django/pull/6138 Updated PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.3d5ad7cfc72b17a4634002bafa8a242f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25735: Add test tagging to Django test runner

2015-11-17 Thread Django
#25735: Add test tagging to Django test runner
---+
 Reporter:  carljm |Owner:  mrbox
 Type:  New feature|   Status:  assigned
Component:  Testing framework  |  Version:  1.8
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  1
Easy pickings:  0  |UI/UX:  0
---+
Changes (by timgraham):

 * needs_better_patch:  0 => 1
 * stage:  Ready for checkin => Accepted


Comment:

 Left comments for improvement.

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.b7eb369487b7ec3b76d8a324a7ef7424%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25735: Add test tagging to Django test runner

2015-11-16 Thread Django
#25735: Add test tagging to Django test runner
-+-
 Reporter:  carljm   |Owner:  mrbox
 Type:  New feature  |   Status:  assigned
Component:  Testing framework|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by mrbox):

 * status:  new => assigned
 * owner:  nobody => mrbox
 * cc: jakub@… (added)


Comment:

 And PR is here: https://github.com/django/django/pull/5585

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.ebd3b6d7d975a9c41cfd10e2fed153ba%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25735: Add test tagging to Django test runner

2015-11-11 Thread Django
#25735: Add test tagging to Django test runner
-+-
 Reporter:  carljm   |Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Testing framework|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by carljm):

 * stage:  Accepted => Ready for checkin


Comment:

 I think we should go ahead with this as-is, and if it turns out in
 practice skipping would be better, that can be done as a follow-up
 improvement.

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.c1d4a5d084fa9e5bf3d4450505fc8474%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25735: Add test tagging to Django test runner

2015-11-11 Thread Django
#25735: Add test tagging to Django test runner
---+
 Reporter:  carljm |Owner:  nobody
 Type:  New feature|   Status:  new
Component:  Testing framework  |  Version:  1.8
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by carljm):

 * stage:  Ready for checkin => Accepted


Comment:

 There is perhaps one other design decision we should at least consider
 before this is merged. The current implementation filters out tests that
 are de-selected by tags from the test suite, so it will be as if those
 tests weren't discovered at all. Is that what we want, or would it be
 better if de-selected tags were skipped using the unittest test-skipping
 functionality?

 I haven't investigated feasibility of the latter, but I think it should be
 possible if we prefer it.

--
Ticket URL: <https://code.djangoproject.com/ticket/25735#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.8facbe1542461c2ecb7ceeea13d5bea9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #25735: Add test tagging to Django test runner

2015-11-11 Thread Django
#25735: Add test tagging to Django test runner
-+
   Reporter:  carljm |  Owner:  nobody
   Type:  New feature| Status:  new
  Component:  Testing framework  |Version:  1.8
   Severity:  Normal |   Keywords:
   Triage Stage:  Ready for checkin  |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+
 This idea has come up multiple times in the last few years, most recently
 in the discussion of #25653.

 A pull request for it already exists:
 https://github.com/django/django/pull/5585

--
Ticket URL: <https://code.djangoproject.com/ticket/25735>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.5ae821f824139ba897d811692682a15a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.