/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/per_repository/test_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2021-01-10 00:25:52 UTC
  • mfrom: (7490.40.131 work)
  • mto: (7526.3.1 work)
  • mto: This revision was merged to the branch mainline in revision 7532.
  • Revision ID: jelmer@jelmer.uk-20210110002552-wnvuqtqin7uhjv3v
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        self.assertFormatAttribute('supports_nesting_repositories',
84
84
                                   (True, False))
85
85
 
 
86
    def test_attribute_supports_multiple_authors(self):
 
87
        """Test the format.supports_multiple_authors."""
 
88
        self.assertFormatAttribute('supports_multiple_authors',
 
89
                                   (True, False))
 
90
 
86
91
    def test_attribute_supports_unreferenced_revisions(self):
87
92
        """Test the format.supports_unreferenced_revisions."""
88
93
        self.assertFormatAttribute('supports_unreferenced_revisions',