1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/9ad1ea7f3e90/ Changeset: 9ad1ea7f3e90 User: bubenkoff Date: 2015-03-23 20:28:29+00:00 Summary: fix pep257 Affected #: 1 file
diff -r 08307971b2c21e62f9f72f92db7f6644bf7baa42 -r 9ad1ea7f3e905e6b89e613c30d17bd3c250e719f _pytest/mark.py --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -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(): Repository URL: https://bitbucket.org/pytest-dev/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit