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_.*\.py
fromtest_.*.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.toml
file
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-pattern
argument to customise the docstring pattern--test-docs-filename-pattern
argument to customise the test file discovery--test-docs-function-pattern
argument to customise the test function
discovery- support for flake8
--indent-size
argument