lp:~lifeless/testtools/haslength

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

313. By Robert Collins

* New matcher ``HasLength`` for matching the length of a collection.
  (Robert Collins)

312. By Robert Collins

* New matcher ``MatchesPredicateWithParams`` make it still easier to create
  adhoc matchers. (Robert Collins)

311. By Robert Collins

* We have a simpler release process in future - see doc/hacking.rst.
  (Robert Collins)

310. By Robert Collins

Merge 0.9.26 release.

309. By Robert Collins

Brown paper bag fix: failed to document the need for setup to be able to use
extras. Compounded by pip not supporting setup_requires.

Changes
-------

* setup.py now can generate egg_info even if extras is not available.
  Also lists extras in setup_requires for easy_install.
  (Robert Collins, #1102464)

308. By Robert Collins

Merge 0.9.25 branch.

307. By Robert Collins

* ``python -m testtools.run --load-list`` will now preserve any custom suites
  (such as ``testtools.FixtureSuite`` or ``testresources.OptimisingTestSuite``)
  rather than flattening them.
  (Robert Collins, #827175)

306. By Robert Collins

Update docs about 2.4 and 2.5 compatability.

305. By Robert Collins

* Testtools will no longer override test code registered details called
  'traceback' when reporting caught exceptions from test code.
  (Robert Collins, #812793)

304. By Robert Collins

* Testtools now depends on extras, a small library split out from it to contain
  generally useful non-testing facilities. Since extras has been around for a
  couple of testtools releases now, we're making this into a hard dependency of
  testtools. (Robert Collins)

* Testtools now uses setuptools rather than distutils so that we can document
  the extras dependency. (Robert Collins)

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