1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/5d56a7e92fe5/
Changeset:   5d56a7e92fe5
Branch:      pytest-2.7
User:        hpk42
Date:        2015-04-17 09:57:09+00:00
Summary:     backport Y->y fix from floris
Affected #:  1 file

diff -r e42f106823e9f453005a626744d7ac234a05938a -r 
5d56a7e92fe524d72c8788916bc574ce09f575df _pytest/python.py
--- a/_pytest/python.py
+++ b/_pytest/python.py
@@ -1451,7 +1451,7 @@
         if scopemismatch(invoking_scope, requested_scope):
             # try to report something helpful
             lines = self._factorytraceback()
-            pytest.fail("ScopeMismatch: you tried to access the %r scoped "
+            pytest.fail("ScopeMismatch: You tried to access the %r scoped "
                 "fixture %r with a %r scoped request object, "
                 "involved factories\n%s" %(
                 (requested_scope, argname, invoking_scope, "\n".join(lines))),

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

Reply via email to