1 new commit in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/7d32b89da36e/
Changeset: 7d32b89da36e
User: flub
Date: 2015-04-13 08:08:10+00:00
Summary: Use capital Y as the tests look for that
Affected #: 1 file
diff -r 508d2b3cb60efa1d38d86f83021cedfcd582742d -r
7d32b89da36e8714554fae12483a1fbb2bf7c1c7 _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
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit