/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_inventory/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 23:30:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170608233031-3qavls2o7a1pqllj
Update imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Tests for different inventory implementations"""
18
18
 
19
19
from breezy import (
 
20
    tests,
 
21
    )
 
22
from breezy.bzr import (
20
23
    groupcompress,
21
 
    tests,
22
24
    )
23
25
 
24
26
def load_tests(loader, basic_tests, pattern):
26
28
    modules_to_test = [
27
29
        'breezy.tests.per_inventory.basics',
28
30
        ]
29
 
    from breezy.inventory import Inventory, CHKInventory
 
31
    from breezy.bzr.inventory import Inventory, CHKInventory
30
32
 
31
33
    def inv_to_chk_inv(test, inv):
32
34
        """CHKInventory needs a backing VF, so we create one."""