Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Mueller 958a7cd769 add "docstring error" to docstring error message for context (#9651) 2017-08-31 00:06:46 +03:00
Joel Nothman 00c0f7b47c FIX Insert missing comma 2017-08-02 12:33:58 +10:00
Andreas Mueller 030f8b21f1 [MRG+1] add docstring tests to a travis entry that actually runs tests (#9363)
* add docstring tests to a travis entry that actually runs tests

* show skipped tests

* better test skipping messages

* use path in walk_packages so we can run the tests from anywhere.
Also try to do better tests for private packages.

* Ensure all submodule classes and functions are tested

* Reverse the for loop nesting to avoid copying

* skip abstract methods, skip setup.configure, skip a lot more that I don't want to fix.

* unused import

* move neighbors up from deprecated to just not covered.
2017-08-02 08:33:17 +10:00
Clement Joudet d830c90c9b [MRG+1] Docstring parameters improvements for cross_decomposition and discriminant_analysis (#9392)
* Fixing cross_decomposition docstring parameters

* Fixing discriminant analysis docstring parameters

* Fixing indentation and improving error message

* Fixing docstring inconsistency

* Fixing capitalised parameter

* Removing semantics from type specification

* Moving attributes to parameters

* Fixing typo

* Fixing syntax for pep8
2017-07-20 09:01:11 +10:00
(Venkat) Raghav, Rajagopalan b6f8865b0a [MRG + 1 (rv) + 1 (alex) + 1] Add a check to test the docstring params and their order (#9206)
* add automatic test of docstrings for function / method signatures using numpydoc
2017-07-11 18:42:10 +02:00