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.

classification
Title: Patch to increase fractions lib test coverage
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Oleg.Plakhotnyuk, eric.araujo, ezio.melotti, mark.dickinson, python-dev, rhettinger, terry.reedy
Priority: normal Keywords: patch

Created on 2012-02-22 18:10 by Oleg.Plakhotnyuk, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_fractions.patch Oleg.Plakhotnyuk, 2012-02-24 15:57 review
Messages (4)
msg153979 - (view) Author: Oleg Plakhotnyuk (Oleg.Plakhotnyuk) * Date: 2012-02-22 18:10
The last few missing bits to complete test coverage of 'fractions.py' library.

./python.exe -E -Wd -m test -v -T -D ../coverage/test_fractions test_fractions

lines   cov%   module   (path)
  270   100%   fractions   (/Users/family/Documents/code/python/repo/Lib/fractions.py)
msg154200 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-02-25 07:41
LGTM
msg154622 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-02-29 12:07
New changeset 8e00de3acb44 by Ezio Melotti in branch '2.7':
#14089: increase coverage of the fractions module.  Patch by Oleg Plakhotnyuk.
http://hg.python.org/cpython/rev/8e00de3acb44

New changeset 0bbc2549e1ee by Ezio Melotti in branch '3.2':
#14089: increase coverage of the fractions module.  Patch by Oleg Plakhotnyuk.
http://hg.python.org/cpython/rev/0bbc2549e1ee

New changeset 90f459e986c8 by Ezio Melotti in branch 'default':
#14089: merge with 3.2.
http://hg.python.org/cpython/rev/90f459e986c8
msg154623 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-02-29 12:08
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58297
2012-02-29 12:08:02ezio.melottisetstatus: open -> closed
type: behavior -> enhancement
messages: + msg154623

assignee: ezio.melotti
resolution: fixed
stage: patch review -> resolved
2012-02-29 12:07:11python-devsetnosy: + python-dev
messages: + msg154622
2012-02-25 07:41:43eric.araujosetnosy: + eric.araujo

messages: + msg154200
versions: + Python 2.7, Python 3.2
2012-02-25 00:40:28terry.reedysetnosy: + terry.reedy
2012-02-24 15:57:03Oleg.Plakhotnyuksetfiles: + test_fractions.patch
2012-02-24 15:56:44Oleg.Plakhotnyuksetfiles: - test_fractions.patch
2012-02-22 21:48:00pitrousetnosy: + ezio.melotti

stage: patch review
2012-02-22 18:10:38Oleg.Plakhotnyukcreate