← Back to team overview

yellow team mailing list archive

[Merge] lp:~gmb/lp-tarmac-configs/add-nostests-to-tarmac-puppet into lp:~yellow/lp-tarmac-configs/tarmac-puppet

 

Graham Binns has proposed merging lp:~gmb/lp-tarmac-configs/add-nostests-to-tarmac-puppet into lp:~yellow/lp-tarmac-configs/tarmac-puppet.

Requested reviews:
  Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~gmb/lp-tarmac-configs/add-nostests-to-tarmac-puppet/+merge/113221

This branch adds doctest support to the nosetests command run for branch verification.
-- 
https://code.launchpad.net/~gmb/lp-tarmac-configs/add-nostests-to-tarmac-puppet/+merge/113221
Your team Yellow Squad is requested to review the proposed merge of lp:~gmb/lp-tarmac-configs/add-nostests-to-tarmac-puppet into lp:~yellow/lp-tarmac-configs/tarmac-puppet.
=== modified file 'tarmac.conf'
--- tarmac.conf	2012-06-27 19:40:01 +0000
+++ tarmac.conf	2012-07-03 14:41:33 +0000
@@ -2,7 +2,7 @@
 tree_dir = /home/tarmac/repos/lpsetup/trunk
 # Commit message more intelligently constructed by commit.py
 #commit_message_template = [r=<approved_by_nicks>][bug=<bugs_fixed>] <commit_message> (<author_nick>)
-verify_command =  find . -name "*.py" | grep -v distribute_setup.py | xargs pocketlint && nosetests
+verify_command =  find . -name "*.py" | grep -v distribute_setup.py | xargs pocketlint && nosetests --with-doctest
 rejected_branch_status = Work in progress
 voting_criteria = Approve >= 1, Disapprove == 0
 


Follow ups