/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_msgeditor.py

  • Committer: Martin
  • Date: 2017-05-23 14:08:03 UTC
  • mto: (6625.4.6 integration-bisect)
  • mto: This revision was merged to the branch mainline in revision 6629.
  • Revision ID: gzlist@googlemail.com-20170523140803-1bayist4qbqgvku8
Drop custom load_tests implementation and use unittest signature

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
from ..trace import mutter
47
47
 
48
48
 
49
 
def load_tests(standard_tests, module, loader):
 
49
def load_tests(loader, standard_tests, pattern):
50
50
    """Parameterize the test for tempfile creation with different encodings."""
51
51
    to_adapt, result = split_suite_by_re(standard_tests,
52
52
        "test__create_temp_file_with_commit_template_in_unicode_dir")