Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:Uyuni:Master:Ubuntu2404-Uyuni-Client-Tools:Build-Dependencies
saltbundlepy-pycurl
make-leap15-compat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make-leap15-compat.patch of Package saltbundlepy-pycurl
--- tests/curl_object_test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/tests/curl_object_test.py +++ b/tests/curl_object_test.py @@ -143,11 +143,11 @@ class CurlObjectTest(unittest.TestCase): # change does not affect objects created later obj3 = cls() self.assertEqual(old_value, getattr(obj3, name)) - + def test_bogus_attribute_access(self): - with pytest.raises(AttributeError, match='trying to obtain.*'): - self.curl.foo - + with pytest.raises(AttributeError): + self.curl.foo + def test_bogus_attribute_delete(self): with pytest.raises(AttributeError, match='trying to delete.*'): del self.curl.foo
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor