Skip to content

Releases: jepperaskdk/pydoctest

0.1.14

13 Oct 19:12
c12bf97
Compare
Choose a tag to compare

Generics were not parsed properly by sphinx/numpy parsers.

0.1.13

10 Oct 10:14
Compare
Choose a tag to compare

Added numpy and sphinx parsers.

Fixed issue when same exception was raised multiple times by same method. pydoctest would incorrectly expect there to be a raised exception listed each time in the docstring.

0.1.12

07 Jun 10:34
Compare
Choose a tag to compare

Allows analyzing a single file, which is required for the vscode extension:
https://github.com/jepperaskdk/vscode-pydoctest

0.1.11

30 May 14:40
Compare
Choose a tag to compare

Verification of "Raises" section of docstring. Only checks lexical, not types.

0.1.10

29 May 09:13
Compare
Choose a tag to compare

Added the "fail_on_missing_summary" option, which is false by default. It allows you to configure pydoctest to throw an error if a function does not have a docstring summary. If no summary is present at all, it will depend on "fail_on_missing_docstring".

0.1.9

25 May 19:51
Compare
Choose a tag to compare
Disable pydoctest selftest for now

0.1.8

24 May 19:41
Compare
Choose a tag to compare
0.1.8

0.1.7

24 May 14:33
Compare
Choose a tag to compare
0.1.7

0.1.6

24 May 10:30
Compare
Choose a tag to compare
0.1.6

0.1.5

24 May 09:05
Compare
Choose a tag to compare
0.1.5