Skip to content

Releases: buildkite/test-collector-python

v0.1.9

27 Aug 04:53
v0.1.9
cc149ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

Fix duplicate test results when tests are run with xdist

16 Jul 03:24
299705f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

Gracefully handle timeouts

23 Mar 07:18
Compare
Choose a tag to compare

What's Changed

  • Remove identifier from Python test collector payloads by @amybiyuliu in #19
  • Gracefully handle ConnectionTimeout and ReadTimeout so we don't fail builds by @jasmine-q in #17

New Contributors

Full Changelog: v0.1.6...v0.1.7

Interpolate package name in API payload

19 Jan 01:23
5c3533f
Compare
Choose a tag to compare

Add Collector Name and Version to API payload Latest

Bugifx: Collector name was incorrectly interpolated in API payload. Fixed.
Linear Ticket

Full Changelog: v0.1.5...v0.1.6

Add Collector Name and Version to API payload

12 Jan 02:31
f50a017
Compare
Choose a tag to compare

Linear Ticket

What's Changed

This release updates the Analytics API payload to contain the collectors name and version by @KatieWright26 in #13

New Contributors

@KatieWright26 made their first contribution in #13
Full Changelog: v0.1.4...v0.1.5

v0.1.2

30 Aug 02:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

fix: use monotonic instead of wall clock time.

05 Jul 04:38
b1d17bb
Compare
Choose a tag to compare
v0.1.1

fix: use monotonic instead of wall clock time. (#2)

Manual tracing.

05 Jul 02:54
45980fb
Compare
Choose a tag to compare

This release adds the ability to manually add tracing to your tests allowing you to see not only slow and flaky tests in the analytics UI - but also how much time is spent on SQL queries, etc.

Initial release

28 Jun 01:32
Compare
Choose a tag to compare

This is the initial release containing support for collecting pytest test results.