~jml/treeshape/matchers

« back to all changes in this revision

Viewing changes to NEWS

  • 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:
17
17
* New fixture, ``FileTree`` to create file & directory structures with a
18
18
  fixture.  (Jonathan Lange)
19
19
 
20
 
* New matcher, ``HasFileTree`` to match against file & directory structures
21
 
  on disk.  (Jonathan Lange)
 
20
* New matchers, ``HasFileTree`` and ``MatchesFileTree`` to match against file
 
21
  & directory structures on disk.  (Jonathan Lange)
22
22
 
23
23
* New internal method, ``load_tree``, which loads a treeshape from a directory
24
24
  on disk.  Essentially the inverse of ``make_tree``.  (Jonathan Lange)