-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Johan Euphrosine wrote: > Today I updated PokerImageUploadTestCase to fully cover the > implementation. and I added a new /AVATAR resource to pokersite, > that allow retrieval of avatar using GET /AVATAR/player_serial. > > Patch #1 is attached. The following helps control the verbosity level of the tests and should be done for each new class that has a message method controlled by the verbosity level.
Index: testmessages.py =================================================================== - --- testmessages.py (revision 4248) +++ testmessages.py (working copy) @@ -67,6 +67,8 @@ classes.append(upgrade.Upgrader) from pokernetwork import pokersite classes.append(pokersite.PokerResource) +classes.append(pokersite.PokerImageUpload) +classes.append(pokersite.PokerAvatarResource) from twisted.internet import defer -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkijSKwACgkQ8dLMyEl6F22wjACgt8L8KXLMO3bONjPvqJ5j3Iv2 vwsAnijrTiSWj+za3Jdj3VlI1JFKMF4a =/a+S -----END PGP SIGNATURE-----
begin:vcard fn:Loic Dachary n:Dachary;Loic org:pokersource adr:;;12 bd Magenta;Paris;;75010;France email;internet:[EMAIL PROTECTED] title:Senior Developer tel;work:+33 9 51 18 43 38 tel;cell:+33 6 64 03 29 07 x-mozilla-html:FALSE url:http://dachary.org/ version:2.1 end:vcard
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
