From a7a470b56f1e7045d2136e3d62e2790f8bac7852 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 4 Nov 2015 19:55:05 -0200 Subject: [PATCH] Give credit where it is due --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 4be7212a6..0957af637 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ - fix #1169: add __name__ attribute to testcases in TestCaseFunction to support the @unittest.skip decorator on functions and methods. + Thanks Lee Kamentsky for the PR. - fix #1035: collecting tests if test module level obj has __getattr__(). Thanks Suor for the report and Bruno Oliveira / Tom Viner for the PR.