Arnaut Billings added the comment:
It seems what you're saying is that the ArgumentTypeError class should not be
public, but being able to raise is should be public. If that's the case, I
think it would be more clear to have an argparse.raiseArgumentTypeError method
and docume
New submission from Arnaut Billings:
There is no documentation for argparse.ArgumentTypeError:
http://docs.python.org/3/library/unittest.html
Though it does appear in an example and its usage is simple enough to decipher
what it means, it would none the less look more professional if there
New submission from Arnaut Billings:
Here: http://docs.python.org/3/library/unittest.html
1) unittest.TextTestRunner is missing documentation for its public run method.
2) There are references to the TestRunner class sprinkled through out the above
page, yet no link or documentation as to
New submission from Arnaut Billings:
Here:
http://docs.python.org/3/library/unittest.html#unittest.TestLoader.discover
it states that "Find and return all test modules ..."
This implies that in order to get a test suite, one has to iterate over the
retur