[py-svn] pytest-codecheckers commit 11135779ba59: make the self-test codechecker list changable

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 15 12:13:37 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-codecheckers
# URL http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/overview
# User Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
# Date 1279188803 -7200
# Node ID 11135779ba59baf05572370df71f0db05ce4a271
# Parent  5165ec2a67c27c58a344bc9ca431845c695efa07
make the self-test codechecker list changable

--- a/conftest.py
+++ b/conftest.py
@@ -1,1 +1,1 @@
-option_codecheck = 'pep8', 'pyflakes'
+option_codecheck = ['pep8', 'pyflakes']



More information about the pytest-commit mailing list