[issue19383] nturl2path test coverage

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: The assertions have their arguments in the wrong order, it should be (actual, expected). In the code of the module there are also some examples in the comments, e.g.: # path is something like host/path/on/remote/host # convert this to \\host\path\on\remote\hos

[issue19383] nturl2path test coverage

2013-10-24 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Tests versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue19383] nturl2path test coverage

2013-10-24 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19383] nturl2path test coverage

2013-10-24 Thread Colin Williams
New submission from Colin Williams: Full coverage on this module -- files: nturl2path.patch keywords: patch messages: 201197 nosy: Colin.Williams priority: normal severity: normal status: open title: nturl2path test coverage Added file: http://bugs.python.org/file32345/nturl2path.patch