Correctly set email_from_ name / address in Plone 5#53
Open
Correctly set email_from_ name / address in Plone 5#53
Conversation
Contributor
Author
|
@buchi can you tell me what I am doing wrong that the 5.2 test fail with Traceback (most recent call last):
File "bin/test", line 279, in <module>
'--test-path', '/var/lib/jenkins/zope/eggs/Pillow-6.2.2-py2.7-linux-x86_64.egg',
File "/var/lib/jenkins/zope/eggs/collective.xmltestreport-2.0.1-py2.7.egg/collective/xmltestreport/runner.py", line 66, in run
failed = run_internal(defaults, args, script_parts=script_parts)
File "/var/lib/jenkins/zope/eggs/collective.xmltestreport-2.0.1-py2.7.egg/collective/xmltestreport/runner.py", line 79, in run_internal
runner.run()
File "/var/lib/jenkins/zope/eggs/zope.testrunner-5.2-py2.7.egg/zope/testrunner/runner.py", line 191, in run
self.run_tests()
File "/var/lib/jenkins/zope/eggs/zope.testrunner-5.2-py2.7.egg/zope/testrunner/runner.py", line 293, in run_tests
self.skipped, self.import_errors)
File "/var/lib/jenkins/zope/eggs/zope.testrunner-5.2-py2.7.egg/zope/testrunner/runner.py", line 474, in run_layer
import_errors)
File "/var/lib/jenkins/zope/eggs/zope.testrunner-5.2-py2.7.egg/zope/testrunner/runner.py", line 396, in run_tests
test(result)
File "/usr/local/python/2.7.16/lib/python2.7/unittest/case.py", line 393, in __call__
return self.run(*args, **kwds)
File "/usr/local/python/2.7.16/lib/python2.7/unittest/case.py", line 333, in run
result.addFailure(self, sys.exc_info())
File "/var/lib/jenkins/zope/eggs/zope.testrunner-5.2-py2.7.egg/zope/testrunner/runner.py", line 966, in addFailure
stdout=stdout, stderr=stderr)
TypeError: test_failure() got an unexpected keyword argument 'stdout' |
Code copied from p.a.testing version with the email changed from "noreply@example.com" to "test@localhost" so that tests that depend on that don't unnecessarily break.
32a6c28 to
83ccd6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code copied from p.a.testing version with the email changed from
"noreply@example.com" to "test@localhost" so that tests that depend on that don't
unnecessarily break.