mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
more tests for the upload command
This commit is contained in:
parent
ca2b8d283a
commit
e899b711df
2 changed files with 64 additions and 8 deletions
|
@ -192,4 +192,4 @@ class upload(PyPIRCCommand):
|
|||
self.announce('Upload failed (%s): %s' % (r.status, r.reason),
|
||||
log.ERROR)
|
||||
if self.show_response:
|
||||
print '-'*75, r.read(), '-'*75
|
||||
self.announce('-'*75, r.read(), '-'*75)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue