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

doctest should support -m #41651

Closed
ianbicking mannequin opened this issue Mar 4, 2005 · 3 comments
Closed

doctest should support -m #41651

ianbicking mannequin opened this issue Mar 4, 2005 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@ianbicking
Copy link
Mannequin

ianbicking mannequin commented Mar 4, 2005

BPO 1156430
Nosy @birkenfeld

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 2008-02-23.21:51:11.889>
created_at = <Date 2005-03-04.04:11:02.000>
labels = ['library']
title = 'doctest should support -m'
updated_at = <Date 2008-02-23.21:51:11.884>
user = 'https://bugs.python.org/ianbicking'

bugs.python.org fields:

activity = <Date 2008-02-23.21:51:11.884>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-02-23.21:51:11.889>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2005-03-04.04:11:02.000>
creator = 'ianbicking'
dependencies = []
files = []
hgrepos = []
issue_num = 1156430
keywords = []
message_count = 3.0
messages = ['60693', '62814', '62816']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'ianbicking', 'mbeachy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1156430'
versions = ['Python 2.4']

@ianbicking
Copy link
Mannequin Author

ianbicking mannequin commented Mar 4, 2005

It would be nice if "python -m doctest a_file.py" would
run doctest on that file (either a Python module or a
text file). Right now it runs doctests on itself.

@ianbicking ianbicking mannequin added stdlib Python modules in the Lib dir labels Mar 4, 2005
@mbeachy
Copy link
Mannequin

mbeachy mannequin commented Feb 23, 2008

This request was implemented in 1663234, so this case can be closed.

@birkenfeld
Copy link
Member

Closing as fixed.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant