From fb90e71e6ba47d51e9d06d5c1f1c2445ab0eaeef Mon Sep 17 00:00:00 2001 From: llllllllll Date: Wed, 11 Nov 2015 17:15:30 -0500 Subject: [PATCH] DOC: whatsnew for subtest --- docs/source/whatsnew/0.8.4.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 33849bf8..135058a8 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -56,3 +56,10 @@ Documentation ~~~~~~~~~~~~~ * Document the release process for developers (:issue:`835`). + +Miscellaneous +~~~~~~~~~~~~~ + +* Adds :func:`~zipline.utils.test_utils.subtest` decorator for creating subtests + without ``nose_parameterized.expand`` which bloats the test output + (:issue:`833`).