Skip to content

Releases: jdkandersson/flake8-test-docs

Release v1.0.8

04 Jan 07:54
4d08fb2
Compare
Choose a tag to compare

Added

  • Support for flake8 version 5

Release v1.0.7

29 Dec 06:55
2a30747
Compare
Choose a tag to compare

Fixed

  • Corrected default test filename regex to test_.*\.py from test_.*.py
    which previously did not correctly escape the . before the extension.

Release v1.0.6

28 Dec 06:28
fe60a4a
Compare
Choose a tag to compare

Fixed

  • Switch to using inbuilt types rather than from typing

Release v1.0.5

23 Dec 11:25
1d886d6
Compare
Choose a tag to compare

Fixed

  • Remove dependency on presence of pyproject.toml file

Release v1.0.0

23 Dec 08:22
f84d9f9
Compare
Choose a tag to compare

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