Merge lp://staging/~stub/charms/precise/postgresql/tests into lp://staging/charms/postgresql
Proposed by
Stuart Bishop
Status: | Merged |
---|---|
Merged at revision: | 79 |
Proposed branch: | lp://staging/~stub/charms/precise/postgresql/tests |
Merge into: | lp://staging/charms/postgresql |
Prerequisite: | lp://staging/~stub/charms/precise/postgresql/cleanups |
Diff against target: |
147 lines (+45/-21) 6 files modified
Makefile (+7/-3) README.md (+28/-13) hooks/hooks.py (+1/-1) hooks/test_hooks.py (+6/-3) revision (+0/-1) tests/01_unittests.test (+3/-0) |
To merge this branch: | bzr merge lp://staging/~stub/charms/precise/postgresql/tests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Ceppi (community) | Approve | ||
Chad Smith (community) | Approve | ||
charmers | Pending | ||
Review via email: mp+200788@code.staging.launchpad.net |
Description of the change
Fix some drift from trunk in the brand new unit tests.
I have also hopefully improved some newly added documentation. I can revert this if people think the prose style is less clear.
I'm explicitly setting os.environ[
To post a comment you must log in.
+1 Looks great Stuart thanks for the quick merge and merge conflict resolution.
Only one suggestion is a change for the Makefile lint target:
lint:
@flake8 --exclude hooks/charmhelpers hooks # requires python-flakes8