[issue22137] Test imaplib API on all methods specified in RFC 3501

Maciej Szulik report at bugs.python.org
Mon Dec 14 11:35:47 EST 2015


Maciej Szulik added the comment:

Per the discussion we've had with David on IRC here's what happening. The last patch I've submitted is meant to clean up the tests by:
1. having single _setup method 
2. the _setup method should addClenup to clean the environment
3. have stubs with implemented mostly used methods, all others should be implemented ad-hoc in test methods
4. use unittest.main() for running tests

The current idea is to create tests along the current one, to show how the new improve the readability. For this work I'm reopening previously submitted issue http://bugs.python.org/issue25591 

The current issue will be on dependent on it and no further work should be done unless we have the tests cleared.

----------
keywords:  -patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22137>
_______________________________________


More information about the Python-bugs-list mailing list