Merge lp://staging/~cjohnston/summit/cj-wrote-tests into lp://staging/summit
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Michael Hall |
Approved revision: | 496 |
Merged at revision: | 484 |
Proposed branch: | lp://staging/~cjohnston/summit/cj-wrote-tests |
Merge into: | lp://staging/summit |
Diff against target: |
1362 lines (+866/-111) 10 files modified
summit/schedule/models/meetingmodel.py (+175/-64) summit/schedule/models/participantmodel.py (+26/-14) summit/schedule/models/roommodel.py (+7/-2) summit/schedule/models/summitmodel.py (+1/-1) summit/schedule/models/trackmodel.py (+6/-1) summit/schedule/templates/schedule/virtual_meeting.html (+2/-0) summit/schedule/tests/__init__.py (+1/-0) summit/schedule/tests/test_virtual.py (+572/-0) summit/schedule/tests/tests.py (+8/-2) summit/schedule/views.py (+68/-27) |
To merge this branch: | bzr merge lp://staging/~cjohnston/summit/cj-wrote-tests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hall (community) | Approve | ||
Review via email: mp+150191@code.staging.launchpad.net |
Commit message
Adds 22 tests for the new virtual meeting functionality.
To post a comment you must log in.
162 tests, all pass, great job