lp:~lifeless/testtools/discovery

Created by Robert Collins and last modified
Get this branch:
bzr branch lp:~lifeless/testtools/discovery
Only Robert Collins can upload to this branch. If you are Robert Collins please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Collins
Project:
testtools
Status:
Merged

Recent revisions

72. By Robert Collins

Polish the discovery support.

71. By Robert Collins

* Thanks to a patch from James Westby testtools.matchers.Mismatch can now
  supply a get_details method, which assertThat will query to provide
  additional attachments. This can be used to provide additional detail
  about the mismatch that doesn't suite being included in describe(). For
  instance, if the match process was complex, a log of the process could be
  included, permitting debugging.

70. By Robert Collins

* testtools.testresults.real._StringException will now answer __str__ if its
  value is unicode by encoding with UTF8, and vice versa to answer __unicode__.
  This permits subunit decoded exceptions to contain unicode and still format
  correctly.

69. By Robert Collins

Add TestCase.skipTest as per Python2.7.

68. By Robert Collins

Support python3.1

67. By Robert Collins

* James Westby has supplied test discovery support using the Python 2.7
  TestRunner in testtools.run. This requires the 'discover' module. This
  closes bug #250764.

66. By Robert Collins

TestCase.addCleanup has had its docstring corrected about when cleanups run.

65. By Robert Collins

Tests work on IronPython patch from Martin[gz] applied.

64. By Robert Collins

Time for 0.9.3.

63. By Robert Collins

When a cleanUp or tearDown exception occurs, it is now accumulated as a new
traceback in the test details, rather than as a separate call to addError /
addException. This makes testtools work better with most TestResult objects
and fixes bug #335816.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~testtools-committers/testtools/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers