TST: Added doctest

This commit is contained in:
Richard Frank
2016-02-04 21:58:57 -05:00
parent 79aff84aed
commit 4e84b2c5ca
2 changed files with 21 additions and 8 deletions
+4
View File
@@ -10,6 +10,7 @@ from zipline.pipeline import (
)
from zipline.utils import (
cache,
data,
input_validation,
memoize,
numpy_utils,
@@ -78,3 +79,6 @@ class DoctestTestCase(TestCase):
def test_numpy_utils_docs(self):
self._check_docs(numpy_utils)
def test_data_docs(self):
self._check_docs(data)