Merge lp:~cjohnston/summit/moves-tests into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 486
Merged at revision: 483
Proposed branch: lp:~cjohnston/summit/moves-tests
Merge into: lp:summit
Prerequisite: lp:~cjohnston/summit/add-hangout-display
Diff against target: 24 lines (+17/-0)
1 file modified
summit/schedule/tests/__init__.py (+17/-0)
To merge this branch: bzr merge lp:~cjohnston/summit/moves-tests
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+149962@code.launchpad.net

This proposal supersedes a proposal from 2013-02-22.

Commit message

Moves the tests from one long file to a tests/ to start breaking them up logically

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

works, next step is to break this into multiple files

review: Approve
Revision history for this message
Tarmac WebDev (tarmac-webdev) wrote :

The prerequisite lp:~chrisjohnston/summit/add-hangout-display has not yet been merged into lp:summit.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'summit/schedule/tests'
2=== added file 'summit/schedule/tests/__init__.py'
3--- summit/schedule/tests/__init__.py 1970-01-01 00:00:00 +0000
4+++ summit/schedule/tests/__init__.py 2013-02-22 01:26:23 +0000
5@@ -0,0 +1,17 @@
6+# The Summit Scheduler web application
7+# Copyright (C) 2008 - 2012 Ubuntu Community, Canonical Ltd
8+#
9+# This program is free software: you can redistribute it and/or modify
10+# it under the terms of the GNU Affero General Public License as
11+# published by the Free Software Foundation, either version 3 of the
12+# License, or (at your option) any later version.
13+#
14+# This program is distributed in the hope that it will be useful,
15+# but WITHOUT ANY WARRANTY; without even the implied warranty of
16+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+# GNU Affero General Public License for more details.
18+#
19+# You should have received a copy of the GNU Affero General Public License
20+# along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
22+from tests import *
23
24=== renamed file 'summit/schedule/tests.py' => 'summit/schedule/tests/tests.py'

Subscribers

People subscribed via source and target branches