lp:~allenap/commandant/test-failures-updated-bzrlib-possibly

Created by Gavin Panella and last modified
Get this branch:
bzr branch lp:~allenap/commandant/test-failures-updated-bzrlib-possibly
Only Gavin Panella can upload to this branch. If you are Gavin Panella please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gavin Panella
Project:
Commandant
Status:
Merged

Recent revisions

46. By Gavin Panella

Use DocTestMatches to ignore trailing whitespace.

45. By Gavin Panella

The ordering of standard argument parameters seems to vary. Use DocTestMatches from testtools to help accomodate this.

44. By Gavin Panella

Argument values seem to sometimes be coerced into unicode strings, so allow either a unicode or byte string.

43. By Jamu Kakar

Merged readme-to-rest [a=allenap] [r=jkakar]

The README file is now valid ReStructured Text.

42. By Jamu Kakar

Merged release-0.4.0.

A NEWS file has been added with a list of changes made since 0.3.0
was released. commandant.__version__ has been bumped to 0.4.0.

41. By Jamu Kakar

Merged improve-documentation.

Twisted commands are now covered in the README file. A section
describing how to embed Commandant in an application has also been
added, including coverage around bootstrapping, Python-based help
topics and command and help topic registration. Finally, the
copyright year in all source files includes 2010.

40. By Jamu Kakar

Merged twisted-command.

A new commandant.commands.TwistedCommand base class is available for
commands that need to run in a Twisted reactor. Command
implementations need to provide a run method, just like with
ordinary command, that will be invoked in a running reactor. These
commands can return a Deferred. After command processing has
completed the reactor will be stopped.

39. By Jamu Kakar

Merged improve-resources.

A new commandant.testing package has been added and the mocker and
resources modules have been moved to it. This makes it possible for
the Debian package to install these modules without also installing
unit tests, and also cleanly separates test harness support from the
tests themselves. Tests have been updated to import from the new
package. A new StdoutResource has been added and tests that were
manually mocking sys.stdout have been updated to use it. Finally,
several PEP8 violations have been fixed.

38. By Jamu Kakar

Merged release-0.3.0.

A NEWS file has been added with a list of changes made since 0.2.0
was released and the format of commandant.__version__ has been
changed to make it compatible with setup.py.

37. By Jamu Kakar

Merged separate-packaging-branch.

The debian/ directory has been removed. It will be revived in a
separate branch, dedicated to packaging. The VERSION constant in
the top-level commandant package has been renamed to __version__, to
match the typical convention, and call sites and tests have been
updated. The Makefile has a new 'release' target that can be used
to generate a source tarball.

Branch metadata

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

Subscribers