Message241169
Milan one more thing to change in your patch, in all your TCs you're modifying client state, I mean this part:
# lets cheat a bit here:
client.state = 'SELECTED'
It's OK to do that on the mocked server, but this is not acceptable doing on the tested library. It's better to call client.login() to change the state to 'AUTH' properly and only after that, call the actual method under test. |
|
Date |
User |
Action |
Args |
2015-04-15 21:58:21 | maciej.szulik | set | recipients:
+ maciej.szulik, pitrou, r.david.murray, jesstess, zvyn |
2015-04-15 21:58:21 | maciej.szulik | set | messageid: <1429135101.92.0.483634142051.issue22137@psf.upfronthosting.co.za> |
2015-04-15 21:58:21 | maciej.szulik | link | issue22137 messages |
2015-04-15 21:58:21 | maciej.szulik | create | |
|