Releases: CFMTech/pytest-monitor
Releases · CFMTech/pytest-monitor
Pytest-monitor, release 1.6.6
25 Jun 16:00
Compare
Sorry, something went wrong.
No results found
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:
Pytest-monitor, release 1.6.5
22 Oct 13:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
enhancements
#21 Use Json format to describe a session run