lp:~allenap/commandant/lint-and-such

Created by Gavin Panella and last modified
Get this branch:
bzr branch lp:~allenap/commandant/lint-and-such
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

48. By Gavin Panella

Add flake8 target to check code using flake8.

47. By Gavin Panella

Fix lint, as reported by flake8 --max-line-length=80.

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.

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