mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
TST: Added doctest
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user