Merge lp://staging/~codersquid/charms/precise/python-django/fix-test-branches into lp://staging/charms/python-django
Proposed by
Sheila Miguez
Status: | Merged |
---|---|
Merged at revision: | 36 |
Proposed branch: | lp://staging/~codersquid/charms/precise/python-django/fix-test-branches |
Merge into: | lp://staging/charms/python-django |
Diff against target: |
58 lines (+10/-5) 2 files modified
tests/00-setup (+5/-0) tests/config/django.yaml (+5/-5) |
To merge this branch: | bzr merge lp://staging/~codersquid/charms/precise/python-django/fix-test-branches |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tim Van Steenburgh (community) | Approve | ||
Review via email: mp+255214@code.staging.launchpad.net |
Description of the change
This fixes the incorrect branch names in the tests django.yaml file which was causing tests to fail. It also adds a 00-setup script which installs dependencies required to run the tests.
To post a comment you must log in.
+1 LGTM, thanks!