python / cpython

The Python programming language
https://www.python.org/
Other
59.74k stars 28.95k forks source link

test suite incomplete (PR#1) #32822

Closed 50eff062-408a-4098-b1b2-8222303b9d0c closed 23 years ago

50eff062-408a-4098-b1b2-8222303b9d0c commented 23 years ago
BPO 210819
Nosy @smontanaro

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = created_at = labels = ['type-feature'] title = 'test suite incomplete (PR#1)' updated_at = user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['None'] creation = creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 210819 keywords = [] message_count = 6.0 messages = ['660', '661', '662', '663', '664', '665'] nosy_count = 3.0 nosy_names = ['nobody', 'jhylton', 'skip.montanaro'] pr_nums = [] priority = 'low' resolution = 'later' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue210819' versions = [] ```

3772858d-27d8-44b0-a664-d68674859f36 commented 23 years ago

Jitterbug-Id: 1 Submitted-By: guido@python.org Date: Mon, 3 May 1999 17:31:27 -0400 (EDT) Version: any OS: any

Subject says it all. Not everything is tested.

\==================================================================== Audit trail: Mon May 03 18:01:53 1999 guido sent reply 1 Mon Jul 12 15:33:07 1999 guido moved from incoming to request Mon Jul 12 19:09:04 1999 guido changed notes

3772858d-27d8-44b0-a664-d68674859f36 commented 23 years ago

From: Guido van Rossum \bugs-py@python.org\ Subject: Re: test suite incomplete (PR#1) Date: Mon May 3 18:01:53 1999

I know, I know...

3772858d-27d8-44b0-a664-d68674859f36 commented 23 years ago

Of course, it's not likely that this will ever by completely resolved... :-)

03bde425-37ce-4291-88bd-d6cecc46a30e commented 23 years ago

Thought you'd like to have this one assigned to you, Skip \<wink>.

smontanaro commented 23 years ago

as if i didn't have enough to do... ;-) maybe this is a good excuse to look at pyUnit. More tests might get written with a more easily used testing framework.

smontanaro commented 23 years ago

added this to pep-0042