File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,6 @@ def test_message(self):
50
50
"""Verify instance message is correct."""
51
51
assert self .instance .msg == self .instance .message
52
52
53
- def test_repr (self ):
54
- """Verify instance string is formatted correctly."""
55
- assert repr (self .instance ) == '<GitHubError [m]>'
56
-
57
53
def test_str (self ):
58
54
"""Verify instance string is formatted correctly."""
59
55
assert str (self .instance ) == '400 m'
@@ -191,11 +187,6 @@ def test_refresh_etag(self):
191
187
headers = expected_headers ,
192
188
)
193
189
194
- def test_repr (self ):
195
- """Verify that instance string is formatted correctly."""
196
- instance_repr = '<github3-core at 0x{0:x}>' .format (id (self .instance ))
197
- assert repr (self .instance ) == instance_repr
198
-
199
190
def test_strptime (self ):
200
191
"""Verify that method converts ISO 8601 formatted string."""
201
192
dt = self .instance ._strptime ('2015-06-18T19:53:04Z' )
You can’t perform that action at this time.
0 commit comments