pytest-md-report

A pytest plugin to generate test outcomes reports with markdown table format.

MIT License

Downloads
115.9K
Stars
26
Committers
3

Bot releases are hidden (Show)

pytest-md-report - v0.5.1

Published by thombashi 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.5.0...v0.5.1

pytest-md-report - v0.5.0

Published by thombashi about 1 year ago

  • Add --md-report-flavor option to select different table styles: #4 (Thanks to @dhirschfeld)
    • support colorized GitHub Flavored Markdown table output
  • Apply styles to the table headers
  • Bump minimum required pytablewriter version to 1.2.0

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.4.1...v0.5.0

pytest-md-report - v0.4.1

Published by thombashi about 1 year ago

  • Set --md-report-zeros value to "number" when CI environment variable is set to "true" to display reports properly
  • Update help messages

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.4.0...v0.4.1

pytest-md-report - v0.4.0

Published by thombashi over 1 year ago

  • If the report color is auto and when the output target is a file, the report color is always never: #2 (Thanks to @jasonm23)
  • Modify to retrieve tee options properly

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.3.2...v0.4.0

pytest-md-report - v0.3.2

Published by thombashi over 1 year ago

  • Update pytablewriter dependency to allow v1
  • Update [build-system]
  • Modify to use pypa/build for package build
  • Improve type annotations

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.3.1...v0.3.2

pytest-md-report - v0.3.1

Published by thombashi over 1 year ago

  • Drop support for Python 3.6
  • Add support for Python 3.11
  • Update help messages

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.3.0...v0.3.1

pytest-md-report - v0.3.0

Published by thombashi about 2 years ago

  • Add options to saving test report into a file: #1 (Thanks to @inikolaev)

Full Changelog: https://github.com/thombashi/pytest-md-report/compare/v0.2.0...v0.3.0

pytest-md-report -

Published by thombashi over 2 years ago

  • Add support for pytest v7
pytest-md-report -

Published by thombashi over 3 years ago

  • Add support for Python 3.10
  • Drop support for Python 3.5
  • Reduce a package dependency