From afbeb056f065732c524e5ff39826b8ddcfe95314 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 17 May 2013 20:48:51 +0200 Subject: [PATCH] added changelog for improved doctest counting --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 90ebf6e49..52feb271f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,11 @@ Changes between 2.3.5 and 2.4.DEV when importing markers between modules. Specifying conditions as strings will remain fully supported. +- improved doctest counting for doctests in python modules -- + files without any doctest items will not show up anymore + and doctest examples are counted as separate test items. + thanks Danilo Bellini. + - fix issue245 by depending on the released py-1.4.14 which fixes py.io.dupfile to work with files with no mode. Thanks Jason R. Coombs.