~jelmer/brz/cython-version

« back to all changes in this revision

Viewing changes to breezy/tests/per_foreign_vcs/test_branch.py

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-20 23:50:57 UTC
  • mfrom: (7195.5.2 lint_W1_W2_W3)
  • Revision ID: breezy.the.bot@gmail.com-20181120235057-rcl0xb6zs0gspupb
Fix remaining whitespace lint in codebase

Merged from https://code.launchpad.net/~gz/brz/lint_W1_W2_W3/+merge/358968

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
class ForeignBranchTests(TestCaseWithTransport):
50
50
    """Basic tests for foreign branch implementations.
51
51
 
52
 
    These tests mainly make sure that the implementation covers the required 
53
 
    bits of the API and returns reasonable values. 
 
52
    These tests mainly make sure that the implementation covers the required
 
53
    bits of the API and returns reasonable values.
54
54
    """
55
55
    branch_factory = None  # Set to an instance of ForeignBranchFactory by scenario
56
56