I noticed that the method relogin() in pokeravatar is not currently covered by test-pokeravatar.py.in. It looks like it is part of Loic's implementation of the proxy he's been working on.
It would be much appreciated if someone would add coverage for it in test-pokeravatar.py.in. This would be a good opportunity if you want to learn how to write tests and have been looking for an easy way to contribute to pokersource. The function should be easy to cover by calling it by hand with a mock up (the rest of test-pokeravatar.py.in does packet simulations; that wouldn't be needed here). test-pokeravatar.py.in fully covered pokeravatar.py at one point, and I'm trying to keep that the case. ;) -- -- bkuhn _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
