]> granicus.if.org Git - python/commit
Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.
authorSteve Purcell <steve@pythonconsulting.com>
Wed, 8 Aug 2001 07:57:26 +0000 (07:57 +0000)
committerSteve Purcell <steve@pythonconsulting.com>
Wed, 8 Aug 2001 07:57:26 +0000 (07:57 +0000)
commite00dde2087db2c211f9c9267659d37e3306f79d8
tree8849d9734b6da55dff46675de13e297e289757df
parenta38d2608bc39985192864741f69843ee2c37eb04
Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.
If 'unittest.py' was run from the command line with the name of a test
case class as a parameter, it failed with an ugly error. (Which was a
shame, because the documentation says you can do that.)

The problem was the old 'is the class X that you imported from me the same
as my class X?' gotcha.
Lib/unittest.py