Skip to content

Releases: CFMTech/pytest-monitor

Pytest-monitor, release 1.6.6

25 Jun 16:00
f11b588
Compare
Choose a tag to compare

Warning:
Last version to support python 3.6 and other older version.
Last version to be compatible with pytest 5.* and older

Fixes:

#66 : Prepare to stop python 3.6 and older as well as pytest 5.* and older

Other change:

  • Reworked CI pipeline

Pytest-monitor, release 1.6.5

22 Oct 13:44
32d0235
Compare
Choose a tag to compare

Fixes:

  • #60 : add the ability to force the CPU frequency when psutil cannot resolve it through environment variables
  • #58 : better psutil fallback handling

pytest-monitor, release 1.6.4

18 May 09:02
cbed986
Compare
Choose a tag to compare

Bug Fixes

#56 Fixed a bug that causes pytest-monitor to crash if unable to fetch the CPU Frequency from the system
#54 Extracting info from Perforce was not able to deal with unicode characters.

pytest-monitor, release 1.6.3

23 Dec 09:58
f51b023
Compare
Choose a tag to compare

Bug Fix

#50 : Fix an issue when using pytest.skip that cause teardown to raise unexpected Exception

pytest-monitor, release 1.6.2

24 Aug 08:34
7490e8d
Compare
Choose a tag to compare

Bug Fix

#40 - Fix a bug that cause the garbage collector to be disable by default

Pytest-monitor, release 1.6.1

23 Aug 22:03
3658492
Compare
Choose a tag to compare

Bug fixes

  • #40 Force garbage collector to run between tests (better accuracy). An option (--no-gc) has been added to keep previous behavior
  • #44 Send session tags as Json instead of raw text. This prevent insertion in the monitor-server-api

pytest-monitor, release 1.6.0

21 Apr 12:22
3a7ca36
Compare
Choose a tag to compare

Enhancements

  • Added support for python 3.5 (thanks to @jraygauthier)
  • #24 Prefer JSON data type for storing session extended information instead of plain text.

Bug fixes

  • #35 Doctest can cause pytest-monitor to crash. We now correctly execute these tests with unplugged monitoring

Pytest-monitor, release 1.5.1

07 Feb 16:37
8480dac
Compare
Choose a tag to compare

Bug Fixes

#23 Fixes minimum requirements when installing from pypi
#31 Renamed option for sending on remote server as it seems to collide with other options under Windows.

pytest-monitor, version 1.5.0

20 Nov 16:50
319e004
Compare
Choose a tag to compare

Enhancement

#25 - Automatically gather CI build information (supported CI are Drone CI, Gitlab CI, Jenkins CI, Travis CI, Circle CI)

Bug Fixes

#23 - psutil min requirement is now 5.1.0 and above
#28 - Fix a bug that cause output to be printed multiple times

pytest-monitor, version 1.4.0

04 Jun 15:50
fca63cd
Compare
Choose a tag to compare

enhancements

#21 Use Json format to describe a session run