mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 00:50:54 +08:00
5ae1aab2af
So that docstrings can be added for test documentation, but suppress those docstrings in test output by default.
23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
# Testing
|
|
nose==1.3.0
|
|
nose-parameterized==0.2
|
|
nose-ignore-docstring==0.1
|
|
|
|
# Linting
|
|
|
|
flake8==2.0
|
|
mccabe==0.2.1
|
|
pep8==1.4.5
|
|
pyflakes==0.6.1
|
|
|
|
# Documentation Conversion
|
|
|
|
pyandoc==0.0.1
|
|
|
|
# Example scripts that are run during unit tests use the following:
|
|
|
|
scipy==0.12.0
|
|
matplotlib==1.2.1
|
|
statsmodels==0.4.3
|
|
patsy==0.1.0
|