]> granicus.if.org Git - python/commit
- Fixed loading of tests by name when name refers to unbound
authorSteve Purcell <steve@pythonconsulting.com>
Mon, 22 Sep 2003 11:08:12 +0000 (11:08 +0000)
committerSteve Purcell <steve@pythonconsulting.com>
Mon, 22 Sep 2003 11:08:12 +0000 (11:08 +0000)
commit7e74384af5060e131675ef3c286ad98ed3db9128
tree964ad46b3acd2263b221312e28cf39a5f60221fd
parent1e8035973325158eaa134164e7d6882c000774ff
- Fixed loading of tests by name when name refers to unbound
  method (PyUnit issue 563882, thanks to Alexandre Fayolle)
- Ignore non-callable attributes of classes when searching for test
  method names (PyUnit issue 769338, thanks to Seth Falcon)
- New assertTrue and assertFalse aliases for comfort of JUnit users
- Automatically discover 'runTest()' test methods (PyUnit issue 469444,
  thanks to Roeland Rengelink)
- Dropped Python 1.5.2 compatibility, merged appropriate shortcuts from
  Python CVS; should work with Python >= 2.1.
- Removed all references to string module by using string methods instead
Lib/unittest.py