Pytest Spec Versions Save

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.

3.2.0

3 years ago
  • Add support for multiline docstrings

3.2.0rc1

3 years ago
  • Add support for multiline docstrings

3.1.0

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • Added tests to sdist

3.0.5

3 years ago
  • Added support for Python 3.9

3.0.4

3 years ago

Release 3.0.2 as 3.0.4 to fix pypi release

3.0.3

3 years ago
  • Release 3.0.2 as 3.0.3 to fix pypi release

3.0.2

3 years ago
  • 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

1.1.0

3 years ago
  • Added support for ini file
  • Fixed default header format
  • Added contributors to the list