This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maciej.szulik
Recipients barry, maciej.szulik, r.david.murray
Date 2015-12-14.16:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450111209.04.0.623592835935.issue25591@psf.upfronthosting.co.za>
In-reply-to
Content
I'm reopening this issue per discussion with David we've had on IRC. The scope of this issue to refactor current tests to make them more readable and clean. The most important work is:
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

We'll do it along current tests to show the improvement. Once we reach satisfactory level we will remove the old tests. This issue is to show this progress.
History
Date User Action Args
2015-12-14 16:40:09maciej.szuliksetrecipients: + maciej.szulik, barry, r.david.murray
2015-12-14 16:40:09maciej.szuliksetmessageid: <1450111209.04.0.623592835935.issue25591@psf.upfronthosting.co.za>
2015-12-14 16:40:08maciej.szuliklinkissue25591 messages
2015-12-14 16:40:08maciej.szulikcreate