Skip to content

Releases: CFMTech/pytest-monitor

pytest-monitor, version 1.3.0

12 May 15:13
e76232d

Choose a tag to compare

Enhancements

#19 Align http code used with standard python library's.

pytest-monitor, version 1.2.0

17 Apr 12:58
03c86d2

Choose a tag to compare

Bug fixes

  • #12 Execution contexts are not always sent to remote server
  • #17 Local database always created even with --no-db option

Enhancements

  • #16 Default analysis scope changed from function,module to function

pytest-monitor, version 1.1.1

31 Mar 12:58
9d0a897

Choose a tag to compare

Bug Fix

#9 Fix a bug that cause metrics to not be sent on a remote server.

pytest-monitor, version 1.1.0

30 Mar 08:57
8dfafbe

Choose a tag to compare

Enhancements

#3 Compute time using a differential approach. Previous method returned times using an aggregative approach (harder to analyze)
#5 Change item name to follow the python object naming convention
#4 Ability to add a tag/description to a run

pytest-monitor, version 1.0.1

18 Mar 16:00
64c858c

Choose a tag to compare

Bug fixes

#2 : correctly handles pytest outcomes