Re: [Django] #11627: Allow users to run individual test suites using manage.py

2011-06-06 Thread Django
#11627: Allow users to run individual test suites using manage.py
-+-
   Reporter:  Manoj  |  Owner:  gruszczy
  Govindan| Status:  closed
   Type:  New|  Component:  Testing framework
  feature|   Severity:  Normal
  Milestone: |   Keywords:
Version:  SVN|  Has patch:  0
 Resolution:  duplicate  |Needs tests:  0
   Triage Stage:  Accepted   |  Easy pickings:  0
Needs documentation:  0  |
Patch needs improvement:  1  |
-+-
Changes (by ramiro):

 * status:  new => closed
 * resolution:   => duplicate
 * easy:   => 0


Comment:

 Duplicate of #6712.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11627: Allow users to run individual test suites using manage.py

2009-08-22 Thread Django
#11627: Allow users to run individual test suites using manage.py
-+--
  Reporter:  Manoj Govindan   | Owner:  
gruszczy
Status:  new | Milestone:   
   
 Component:  Testing framework   |   Version:  SVN  
   
Resolution:  |  Keywords:   
   
 Stage:  Accepted| Has_patch:  0
   
Needs_docs:  0   |   Needs_tests:  0
   
Needs_better_patch:  1   |  
-+--
Changes (by gruszczy):

  * needs_better_patch:  0 => 1

Comment:

 I have discussed the case with Russel and I will try to provide a better
 patch in a few days.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11627: Allow users to run individual test suites using manage.py

2009-08-06 Thread Django
#11627: Allow users to run individual test suites using manage.py
-+--
  Reporter:  Manoj Govindan   | Owner:  
nobody
Status:  closed  | Milestone:   
 
 Component:  Testing framework   |   Version:  SVN  
 
Resolution:  invalid |  Keywords:   
 
 Stage:  Unreviewed  | Has_patch:  0
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by mmalone):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 It's already possible to run individual test cases or test methods via the
 manage.py command. See
 http://docs.djangoproject.com/en/dev/topics/testing/#id1

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11627: Allow users to run individual test suites using manage.py

2009-08-03 Thread Django
#11627: Allow users to run individual test suites using manage.py
-+--
  Reporter:  Manoj Govindan   | Owner:  
nobody
Status:  new | Milestone:   
 
 Component:  Testing framework   |   Version:  SVN  
 
Resolution:  |  Keywords:   
 
 Stage:  Unreviewed  | Has_patch:  0
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by Manoj Govindan ):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11627: Allow users to run individual test suites using manage.py

2009-08-03 Thread Django
#11627: Allow users to run individual test suites using manage.py
+---
 Reporter:  Manoj Govindan   |   Owner:  nobody
   Status:  new |   Milestone:
Component:  Testing framework   | Version:  SVN   
 Keywords:  |   Stage:  Unreviewed
Has_patch:  0   |  
+---
 Django recognizes unit tests grouped into test suites
 (`unittest.TestSuite` instances).  However users cannot run individual
 test suites using manage.py. Allow users to run individual test suites.

 Something like this:

 {{{
 python ./manage.py test my_app.feature_foo_test_suite
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---