This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gudge
Recipients akira, christian.heimes, docs@python, gudge, janssen, pitrou
Date 2013-12-22.18:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387735511.54.0.40374298601.issue19940@psf.upfronthosting.co.za>
In-reply-to
Content
1) I understand I can run a whole test suite as
./python -m test -v test_abc
as mentioned in
http://docs.python.org/devguide/runtests.html

How do I run a particluar test case, like the test I added
test_cert_time_to_seconds

2) I have a added a test case test_cert_time_to_seconds to test_ssl.py. 
3) ./python -m test -v test_ssl
   is all PASS.

4) I will start my work on http://bugs.python.org/issue19940#msg205860.

5) The patch is attached.
History
Date User Action Args
2013-12-22 18:05:11gudgesetrecipients: + gudge, janssen, pitrou, christian.heimes, docs@python, akira
2013-12-22 18:05:11gudgesetmessageid: <1387735511.54.0.40374298601.issue19940@psf.upfronthosting.co.za>
2013-12-22 18:05:11gudgelinkissue19940 messages
2013-12-22 18:05:11gudgecreate