We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of recent failure: https://buildbot.python.org/all/#/builders/506/builds/7698
FAIL: test_expanduser_pwd2 (test.test_posixpath.PosixPathTest.test_expanduser_pwd2) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_posixpath.py", line 354, in test_expanduser_pwd2 self.assertEqual(posixpath.expanduser('~' + name), home) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '/var/lib/lxd' != '/var/lib/lxd/' - /var/lib/lxd + /var/lib/lxd/ ? +
The text was updated successfully, but these errors were encountered:
pythongh-118060: Debug test_posixpath.test_expanduser_pwd2()
8650eef
Add context, the pwd entry, when a test fails.
864da44
Add context when a test fails: the pwd entry.
The test was added by commit 51132da. The test was changed by commit ccdcd1d: "Fix test for posixpath.expanduser() when pw_dir ends with /".
cc @serhiy-storchaka
Sorry, something went wrong.
Can it be closed now?
AMD64 Ubuntu Shared 3.x buildbot worker is back to green, I close the issue.
No branches or pull requests
Example of recent failure: https://buildbot.python.org/all/#/builders/506/builds/7698
Linked PRs
The text was updated successfully, but these errors were encountered: