DOC: whatsnew for subtest

This commit is contained in:
llllllllll
2015-11-11 17:15:30 -05:00
parent b24c8fc7f4
commit fb90e71e6b
+7
View File
@@ -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`).