lp:~lifeless/testtools/matchers

Created by Robert Collins and last modified
Get this branch:
bzr branch lp:~lifeless/testtools/matchers
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

234. By Robert Collins

* ``MatchesException`` now permits a tuple of types rather than a single type
  (when using the type matching mode). (Robert Collins)

And finished off migrating the API exposed assert* functions via matches.
Other than assertRaises, all copacetic.

assertRaises is a little fugly, which I think mainly points at the
awkwardness of its preexisting interface. We may want to leave it not
implemented via matches (though actually I think it is better to migrate
it even with the awkwardness.

233. By Robert Collins

Port assertIsInstance to matchers.

232. By Robert Collins

Add an IsInstance matcher.

231. By Robert Collins

assertNotIn using assertThat.

230. By Robert Collins

Reduce spelling of assert* functions which call assertThat.

229. By Robert Collins

* assertThat accepts a message which will be used to annotate the matcher. This
  can be given as a third parameter or as a keyword parameter. (Robert Collins)

228. By Robert Collins

More convert-to-matchers tweaks.

227. By Robert Collins

Migrate assertIn to be matcher based.

226. By Robert Collins

New matcher Contains.

225. By Jonathan Lange

Some new docs.

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