Author: bkuhn
Date: Tue Jun 16 02:49:57 2009
New Revision: 5848

URL: http://svn.gna.org/viewcvs/pokersource?rev=5848&view=rev
Log:
Merged test-pokeravatar-speedup branch @ r5833, which implements the
following feature:

 Created createClients() method, whereby each test must declare how many
 clients it needs.

 Previously, it was necessary to add more clients to the regular setUp()
 routine for the avatar tests when you wrote a test that needed "one more"
 client to be active.  It makes more sense for each test to declare at its
 start how many clients it needs, so that we don't needlessly create
 clients.

 I implemented this as prep work for sr#2364 (which will need tests that
 create many clients); however, this change likely has useful implications
 in mere speedup of these tests, an issue that Loic has been recently
 complaining about.

Modified:
    trunk/poker-network/ChangeLog
    trunk/poker-network/tests/test-pokeravatar.py.in


_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits

Reply via email to