~jml/treeshape/matchers

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Lange
  • Date: 2012-08-07 15:48:38 UTC
  • Revision ID: jml@canonical.com-20120807154838-ftk8dhaqdmga6vrx
Docs.

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)
 
22
 
20
23
* New internal method, ``load_tree``, which loads a treeshape from a directory
21
24
  on disk.  Essentially the inverse of ``make_tree``.  (Jonathan Lange)
22
25
 
24
27
Changes
25
28
-------
26
29
 
 
30
* Depends on testtools XXX  (Jonathan Lange).
 
31
 
27
32
* Filenames without contents will now always have contents generated for
28
33
  them, rather than raising an error in some cases.  (Jonathan Lange).
29
34