Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: thombashi/pytest-md-report

v0.7.0

02 May 03:07

Choose a tag to compare

What's Changed

  • readme: typo: emmpty -> empty by @dstrub18 in #15
  • Show test parameters in the report with --md-report-verbose=2: #14 (Thanks to @pereyra-m)

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

02 Jan 09:11

Choose a tag to compare

What's Changed

  • Fix README rendering on PyPI
  • Drop support for Python 3.7/3.8
  • Add support for Python 3.13
  • Improve type annotations
  • Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 in the actions-dependencies group by @dependabot in #12

Full Changelog: v0.6.2...v0.6.3

v0.6.2

18 May 15:29

Choose a tag to compare

What's Changed

  • Fix to get stable results when executed with --md-report-flavor=gfm option on Windows
    • Fixed an issue where the \ in Windows paths could be interpreted differently by GitHub
  • Change the TestPyPI publish timing to only when pushing the default branch by @thombashi in #10
  • Update examples by @thombashi in #11

Full Changelog: v0.6.1...v0.6.2

v0.6.1

11 May 12:16

Choose a tag to compare

  • Modify the make_md_report method to no longer require the exclude_outcomes parameter when called

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 May 16:06
v0.6.0

Choose a tag to compare

  • Add an option to exclude specific test outcomes from the report (Thanks to @joekiller)
    • md_report_exclude_outcomes
    • --md-report-exclude-outcomes
  • Add a build and publish workflow
  • Add Sigstore signatures to release assets
  • Modify to use setuptools_scm for package build

Full Changelog: v0.5.1...v0.6.0

v0.5.1

04 Feb 10:05
v0.5.1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Oct 16:14
v0.5.0

Choose a tag to compare

  • 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: v0.4.1...v0.5.0

v0.4.1

10 Sep 14:58
v0.4.1

Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Jul 08:22

Choose a tag to compare

  • 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: v0.3.2...v0.4.0

v0.3.2

25 Jun 14:27

Choose a tag to compare

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

Full Changelog: v0.3.1...v0.3.2