14
0

Accepting request 1009833 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.4.9 
  * added --durations option and fixed some config file issues #71
  * added --durations option that prints the n longest running tests (similar to pytest)
  * fixed the way the .testflo config file is processed so it should support setting any, or at least most of the command line options
  * added the --skip_dirs command line option (skip_dirs could be defined in the config file but it wasn't a valid command line option)

OBS-URL: https://build.opensuse.org/request/show/1009833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=17
This commit is contained in:
2022-10-11 15:57:21 +00:00
committed by Git OBS Bridge
parent e769e66af6
commit 69fa8a7363
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 11 15:53:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.4.9
* added --durations option and fixed some config file issues #71
* added --durations option that prints the n longest running tests (similar to pytest)
* fixed the way the .testflo config file is processed so it should support setting any, or at least most of the command line options
* added the --skip_dirs command line option (skip_dirs could be defined in the config file but it wasn't a valid command line option)
-------------------------------------------------------------------
Wed Jul 14 10:37:27 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>