Skip to content

Releases: jdkandersson/flake8-test-docs

Release v1.0.8

Choose a tag to compare

@github-actions github-actions released this 04 Jan 07:54
4d08fb2

Added

  • Support for flake8 version 5

Release v1.0.7

Choose a tag to compare

@github-actions github-actions released this 29 Dec 06:55
2a30747

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

Choose a tag to compare

@github-actions github-actions released this 28 Dec 06:28
fe60a4a

Fixed

  • Switch to using inbuilt types rather than from typing

Release v1.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Dec 11:25
1d886d6

Fixed

  • Remove dependency on presence of pyproject.toml file

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 08:22
f84d9f9

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