Changeset 50
- Timestamp:
- Wed May 24 21:20:17 2006
- Files:
-
- branches/0.9-stable/CHANGELOG (modified) (diff)
- branches/0.9-stable/index.html.tpl (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/0.9-stable/CHANGELOG
r40 r50 1 0.9.0b1 2 3 - Fix bug in handling of OR conditions in attrib plugin. Thanks to Titus 4 Brown for the bug report. 5 - Fix bug in nose.importer that would cause an attribute error when a local 6 module shadowed a builtin, or other object in sys.modules, without a 7 __file__ attribute. 8 - Fix bug in nose.tools decorators that would cause decorated tests to appear 9 with incorrect names in result output. 10 1 11 0.9.0a2 2 12 -
branches/0.9-stable/index.html.tpl
r40 r50 186 186 <h2>Install</h2> 187 187 <p>Current version: <br /><tt>easy_install nose==%(version)s</tt></p> 188 <p>Unstable (trunk): <br /><tt>easy_instal nose==dev</tt></p> 188 <p>Unstable (trunk): <br /><tt>easy_install nose==dev</tt></p> 188 188 189 189 <h2><a href="#usage">nosetests usage</a></h2>
