Releases: jdkandersson/flake8-test-docs
Releases · jdkandersson/flake8-test-docs
Release v1.0.8
Added
- Support for flake8 version 5
Release v1.0.7
Fixed
- Corrected default test filename regex to test_.*\.pyfromtest_.*.py
 which previously did not correctly escape the.before the extension.
Release v1.0.6
Fixed
- Switch to using inbuilt types rather than from typing
Release v1.0.5
Fixed
- Remove dependency on presence of pyproject.tomlfile
Release v1.0.0
Added
- Lint checks for test docs using the arrange/act/assert pattern
- Lint checks for longer descriptions of each stage
- --test-docs-patternargument to customise the docstring pattern
- --test-docs-filename-patternargument to customise the test file discovery
- --test-docs-function-patternargument to customise the test function
 discovery
- support for flake8 --indent-sizeargument