Merge lp:~codersquid/charms/precise/python-django/fix-test-branches into lp:charms/python-django
Proposed by
Sheila Miguez
on 2015-04-03
| Status: | Merged |
|---|---|
| Merged at revision: | 36 |
| Proposed branch: | lp:~codersquid/charms/precise/python-django/fix-test-branches |
| Merge into: | lp: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:~codersquid/charms/precise/python-django/fix-test-branches |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Van Steenburgh | 2015-04-03 | Approve on 2015-04-06 | |
|
Review via email:
|
|||
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!