Skip to content

Releases: pchomik/pytest-spec

4.0.0

04 Aug 20:10
1d4eefb
Compare
Choose a tag to compare
  • Drop support for Python 2.7, 3.5, 3.6, 3.7
  • Added support for Python 3.11, 3.12
  • Migrate project back to pip from poetry
  • Replace mock by version from stdlib

3.2.0

04 May 09:01
Compare
Choose a tag to compare
  • Add support for multiline docstrings

3.2.0rc1

03 May 13:48
Compare
Choose a tag to compare
3.2.0rc1 Pre-release
Pre-release
  • Add support for multiline docstrings

3.1.0

14 Jan 22:07
Compare
Choose a tag to compare
  • Added logic to use docstring_summary instead of test name
  • Added logic to ignore some tests from spec output
  • Changed indicator for skipped tests
  • Improve formatting for functions
  • Changed actions to test against python and pytest versions, operating systems

3.1.0rc1

28 Nov 11:40
Compare
Choose a tag to compare
3.1.0rc1 Pre-release
Pre-release
  • Added logic to use docstring_summary instead of test name
  • Added logic to ignore some tests from spec output
  • Changed indicator for skipped tests
  • Improve formatting for functions
  • Changed actions to test against python and pytest versions, operating systems

3.0.6

14 Nov 17:10
Compare
Choose a tag to compare
  • Added tests to sdist

3.0.5

11 Oct 14:18
Compare
Choose a tag to compare
  • Added support for Python 3.9

3.0.4

27 Sep 16:45
Compare
Choose a tag to compare

Release 3.0.2 as 3.0.4 to fix pypi release

3.0.3

27 Sep 16:38
Compare
Choose a tag to compare
  • Release 3.0.2 as 3.0.3 to fix pypi release

3.0.2

27 Sep 16:32
Compare
Choose a tag to compare
  • Updated project information
  • Updated CHANGES.txt
  • Migrated project to Github actions
  • Migrated project to poetry
  • Fixed Python 2/3 warnings
  • Added flake8 and coverage to tests