Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 524 Bytes

CHANGELOG.md

File metadata and controls

17 lines (15 loc) · 524 Bytes

tap2junit changelog

0.1.6

  • Support for parsing YAML blocks
  • Add option to override test suite name
  • Add support for TAP version 12
  • Support TAP with nested tests
  • Fix duration_ms to be milliseconds instead of seconds
  • Explicitly encode input file as utf-8
  • Use GitHub Actions for ci testing
  • Replace Python linting tools with Ruff
  • Add pypa/hatch for building and publishing

0.1.5

  • Add support for Python 3
  • Add automated testing on Travis CI
  • Remove Pipfile.lock to support multiple Python versions