Merge lp:~mterry/pyruntest/run-tests into lp:pyruntest

Proposed by Michael Terry
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 15
Merged at revision: 15
Proposed branch: lp:~mterry/pyruntest/run-tests
Merge into: lp:pyruntest
Diff against target: 26 lines (+7/-0)
2 files modified
debian/control (+4/-0)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~mterry/pyruntest/run-tests
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+168192@code.launchpad.net

Commit message

Run tests during build.

Description of the change

Run tests during build.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Making sense to run tests, everything works fine with that branch. Nice!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2012-11-28 03:33:57 +0000
3+++ debian/control 2013-06-07 21:11:31 +0000
4@@ -5,7 +5,11 @@
5 XSBC-Original-Maintainer: Martin Mrazik <martin.mrazik@canonical.com>
6 Build-Depends: debhelper (>= 9),
7 python (>=2.4),
8+ python-coverage,
9+ python-junitxml,
10+ python-nose,
11 python-setuptools,
12+ python-testtools,
13 Standards-Version: 3.9.2
14 Homepage: https://launchpad.net
15 # If you aren't a member of ~autopilot but need to upload
16
17=== modified file 'debian/rules'
18--- debian/rules 2012-11-28 16:31:13 +0000
19+++ debian/rules 2013-06-07 21:11:31 +0000
20@@ -6,3 +6,6 @@
21
22 override_dh_install:
23 dh_install --fail-missing
24+
25+override_dh_auto_test:
26+ nosetests

Subscribers

People subscribed via source and target branches