[issue27504] Missing assertion methods in unittest documentation

2016-07-13 Thread R. David Murray
R. David Murray added the comment: No problem. Personally I'd like to see a table of all of them at the top; however, that wasn't the decision that was made in issue 9796 when the tables were added. -- ___ Python tracker

[issue27504] Missing assertion methods in unittest documentation

2016-07-12 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue27504] Missing assertion methods in unittest documentation

2016-07-12 Thread Mitchell Model
Mitchell Model added the comment: My strong apology. I missed a section of the documentation. It didn't seem possible that they weren't there, but I made a mistake when I checked for them. Sorry. > On Jul 12, 2016, at 9:15 PM, R. David Murray wrote: > > > R. David

[issue27504] Missing assertion methods in unittest documentation

2016-07-12 Thread R. David Murray
R. David Murray added the comment: If you are looking at the source, you can look at the source. If you are looking at the documentation, we believe they are all documented. If you use pydoc/help, they are all documented. I can't find the phrase you cite, but 'assert methods' is correct:

[issue27504] Missing assertion methods in unittest documentation

2016-07-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ezio.melotti, michael.foord, rbcollins versions: +Python 3.6 -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker

[issue27504] Missing assertion methods in unittest documentation

2016-07-12 Thread Mitchell Model
New submission from Mitchell Model: In looking at the source for unittest.TestCase I was very surprised to see quite a few assertion methods that are not included in the module documentation. Every available assertion method should be included in the library documentation. Users should not