~jml/treeshape/matchers

« back to all changes in this revision

Viewing changes to treeshape/__init__.py

  • Committer: Jonathan Lange
  • Date: 2012-08-07 15:59:55 UTC
  • Revision ID: jml@canonical.com-20120807155955-l3qo29uvn5bnsyzj
Add HasFileTree matcher

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    'DuplicateName',
21
21
    'FileTree',
22
22
    'from_rough_spec',
23
 
    'MatchesFileTree',
 
23
    'HasFileTree',
24
24
    'InvalidDirectory',
25
25
    'make_tree',
 
26
    'MatchesFileTree',
26
27
    'PERMISSIONS',
27
28
    ]
28
29
 
32
33
    from_rough_spec,
33
34
    )
34
35
from ._fixtures import FileTree
35
 
from ._matchers import MatchesFileTree
 
36
from ._matchers import (
 
37
    HasFileTree,
 
38
    MatchesFileTree,
 
39
    )
36
40
from ._treeshape import (
37
41
    CONTENT,
38
42
    InvalidDirectory,