Releases: thombashi/pytest-md-report
Releases · thombashi/pytest-md-report
v0.6.2
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
- Fixed an issue where the
- 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
- Modify the
make_md_report
method to no longer require theexclude_outcomes
parameter when called
Full Changelog: v0.6.0...v0.6.1
v0.6.0
- 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
What's Changed
- Bump pytest maximum version to <9 by @FollowTheProcess in #6
- Bump actions/setup-python from 4 to 5 by @dependabot in #7
- Add support for Python 3.12
New Contributors
- @FollowTheProcess made their first contribution in #6
- @dependabot made their first contribution in #7
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- 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
- 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
v0.3.2
- 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
v0.3.1
- Drop support for Python 3.6
- Add support for Python 3.11
- Update help messages
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Add options to saving test report into a file: #1 (Thanks to @inikolaev)
Full Changelog: v0.2.0...v0.3.0