more tests for the upload command

This commit is contained in:
Tarek Ziadé 2009-03-31 20:53:55 +00:00
parent ca2b8d283a
commit e899b711df
2 changed files with 64 additions and 8 deletions

View file

@ -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)