~jelmer/brz/github-401s

« back to all changes in this revision

Viewing changes to breezy/plugins/fastimport/tests/__init__.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-07-02 01:55:20 UTC
  • mfrom: (7569.1.2 marks-export)
  • Revision ID: breezy.the.bot@gmail.com-20200702015520-w4mlvpaad22ow3dg
Fix marks file handling on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/marks-export/+merge/386706

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        'test_exporter',
47
47
        'test_branch_mapper',
48
48
        'test_generic_processor',
 
49
        'test_marks_file',
49
50
        'test_revision_store',
50
51
        ]]
51
52
    loader = TestLoader()