Merge lp://staging/~mbp/testresources/doc into lp://staging/~testresources-developers/testresources/trunk
Proposed by
Martin Pool
Status: | Merged |
---|---|
Merged at revision: | 62 |
Proposed branch: | lp://staging/~mbp/testresources/doc |
Merge into: | lp://staging/~testresources-developers/testresources/trunk |
Diff against target: |
101 lines (+21/-14) 1 file modified
README (+21/-14) |
To merge this branch: | bzr merge lp://staging/~mbp/testresources/doc |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Approve | ||
Review via email: mp+130895@code.staging.launchpad.net |
Description of the change
Hi,
I was using testresources and noticed a few unclear things in the readme - this fixes them.
Also, I was wondering how you would feel about a separate patch to add some specific managers, starting with the tempdir one.
thanks,
-m
To post a comment you must log in.
Thanks for this, I shall look at it locally to see what the whitespace changes are and merge it.
I'd be happy to have specific managers that depend only on the standard library in testresources. For tempdir though, FixtureResource (fixtures. TempDir) should be all you need. Many things are probably best expressed as fixtures, not as resources + resource managers, and used via FixtureResource.