24 Dec
2009
24 Dec
'09
3:26 p.m.
* 2009-12-24 16:20, Zvezdan Petkovic wrote:
Before I release the egg on PyPI:
1. Should we release as 1.1.2 (a minor change), or 2. Does the removal of dependency on zope.testing warrants a bump to 1.2.0?
I think 1.1.2 is okey, you are not changing any behaviour of the package.
FWIW, I preferred zope.testing.doctest reporting of 15 tests because that's the actual number of things being tested in that file, while Python doctest reports 1 test only, because that's a number of test files being run.
Me too, maybe we should push the changes to doctest upstream to Python? Best regards, Fabio