Give credit where it is due

This commit is contained in:
Bruno Oliveira 2015-11-04 19:55:05 -02:00
parent 7d6edb9ca5
commit a7a470b56f
1 changed files with 1 additions and 0 deletions

View File

@ -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.