Author: bkuhn
Date: Sat Jun 13 21:27:54 2009
New Revision: 5832

URL: http://svn.gna.org/viewcvs/pokersource?rev=5832&view=rev
Log:
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:
    branches/table-picker/poker-network/ChangeLog
    branches/table-picker/poker-network/tests/test-pokeravatar.py.in


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

Reply via email to