~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_parents.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:
16
16
 
17
17
"""Tests of the parent related functions of WorkingTrees."""
18
18
 
19
 
from errno import EEXIST
20
19
import os
21
20
 
22
21
from bzrlib import (
23
22
    errors,
24
23
    osutils,
25
24
    revision as _mod_revision,
26
 
    symbol_versioning,
27
25
    tests,
28
26
    )
29
27
from bzrlib.inventory import (