Disabled pylint warnings for lettuce steps:

* Missing docstring
* Redefining name from outer scope
This commit is contained in:
Will Daly
2013-03-26 11:17:56 -04:00
parent 27d5ebf027
commit 0500ba4dd5
21 changed files with 62 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#pylint: disable=C0111
#pylint: disable=W0621
from lettuce import world, step
from .factories import *
from django.conf import settings

View File

@@ -1,3 +1,6 @@
#pylint: disable=C0111
#pylint: disable=W0621
from lettuce import world, step
from .course_helpers import *
from .ui_helpers import *

View File

@@ -1,3 +1,6 @@
#pylint: disable=C0111
#pylint: disable=W0621
from lettuce import world, step
import time
from urllib import quote_plus