Releases: pchomik/pytest-spec
Releases · pchomik/pytest-spec
4.0.0
- 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
- Add support for multiline docstrings
3.2.0rc1
- Add support for multiline docstrings
3.1.0
- 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
- 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.5
- Added support for Python 3.9
3.0.4
Release 3.0.2 as 3.0.4 to fix pypi release
3.0.3
- Release 3.0.2 as 3.0.3 to fix pypi release
3.0.2
- 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