Releases: jepperaskdk/pydoctest
Releases · jepperaskdk/pydoctest
0.2.1
0.2.0
0.1.22
0.1.21
0.1.20
Implements:
0.1.19
0.1.18
0.1.17
Version 0.1.17 adds:
- Support for recursive globbing with
**
- Support for exclude_paths to exclude files based on patterns
- CLI support for both
--include-paths
and--exclude-paths
0.1.16
Added better output. Results are now printed as
[module]::[class?]::function [results] ...
0.1.15
More output when file fails to load, either from invalid syntax or not found etc.