Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kill runtests.sh #54915

Closed
pitrou opened this issue Dec 14, 2010 · 3 comments
Closed

kill runtests.sh #54915

pitrou opened this issue Dec 14, 2010 · 3 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Dec 14, 2010

BPO 10706
Nosy @pitrou, @bitdancer

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:

assignee = None
closed_at = <Date 2010-12-15.15:33:34.777>
created_at = <Date 2010-12-14.21:57:44.838>
labels = ['type-bug', 'tests']
title = 'kill runtests.sh'
updated_at = <Date 2010-12-15.15:33:34.776>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2010-12-15.15:33:34.776>
actor = 'pitrou'
assignee = 'none'
closed = True
closed_date = <Date 2010-12-15.15:33:34.777>
closer = 'pitrou'
components = ['Tests']
creation = <Date 2010-12-14.21:57:44.838>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 10706
keywords = []
message_count = 3.0
messages = ['123979', '123989', '124022']
nosy_count = 2.0
nosy_names = ['pitrou', 'r.david.murray']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue10706'
versions = ['Python 3.2']

@pitrou
Copy link
Member Author

pitrou commented Dec 14, 2010

There are two official ways to run tests:

  • "make test" for beginners
  • "./python -m test [etc.]" for experts

runtests.sh serves no useful purpose and had completely outdated reporting, making it potentially confusing for newcomers who would try to test it. I therefore propose to kill it.

@pitrou pitrou added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Dec 14, 2010
@bitdancer
Copy link
Member

+1

As far as I could tell it is left over from the pre-unittest days and not completely updated. A few people may miss it, but they'll learn :)

@pitrou
Copy link
Member Author

pitrou commented Dec 15, 2010

Committed in r87261.

@pitrou pitrou closed this as completed Dec 15, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants