/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 bzrlib/tests/per_workingtree/test_basis_inventory.py

(jelmer) Skip tests that require an inventory when run against a WorkingTree
 that is not inventory based. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
import os
18
 
 
19
17
from bzrlib.tests import TestNotApplicable
20
18
from bzrlib.tests.per_workingtree import TestCaseWithWorkingTree
21
 
from bzrlib.branch import Branch
22
 
from bzrlib import inventory
23
 
from bzrlib.revision import Revision
24
19
import bzrlib.xml6
25
20
 
26
21