fix pep257
This commit is contained in:
parent
d94a29e866
commit
55eb82c434
|
@ -1,10 +1,10 @@
|
|||
""" generic mechanism for marking and selecting python functions. """
|
||||
import py
|
||||
|
||||
|
||||
class MarkerError(Exception):
|
||||
"""
|
||||
Error in use of a pytest marker/attribute.
|
||||
"""
|
||||
|
||||
"""Error in use of a pytest marker/attribute."""
|
||||
|
||||
|
||||
def pytest_namespace():
|
||||
|
|
Loading…
Reference in New Issue