14
0

Accepting request 662893 from home:TheBlackCat:branches:devel:languages:python

- Update to testflo version 1.3.4
  * bug fix
- Update to testflo version 1.3.3
  * bug fix
- Update to testflo version 1.3.2
  * added support for ISOLATED attribute
- Update to testflo version 1.3.1
Aug 17, 2018
  * output from --pre_announce now looks better, with the result ('.', 'S', or 'F') showing on the same line as the
    "about to run ..." instead of on the following line
  * comments are now allowed inside of a test list file
  * added a --full_path option so that full testspec paths will be displayed. Having the full path make it easier to
    copy and paste the testspec to run testflo on just that single test.
  * updated the long_description in setup.py for pypi.

OBS-URL: https://build.opensuse.org/request/show/662893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=10
This commit is contained in:
Todd R
2019-01-04 19:13:41 +00:00
committed by Git OBS Bridge
parent 7dddb53d41
commit 8675ae77be
6 changed files with 43 additions and 32 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 4 18:21:36 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to testflo version 1.3.4
* bug fix
- Update to testflo version 1.3.3
* bug fix
- Update to testflo version 1.3.2
* added support for ISOLATED attribute
- Update to testflo version 1.3.1
Aug 17, 2018
* output from --pre_announce now looks better, with the result ('.', 'S', or 'F') showing on the same line as the
"about to run ..." instead of on the following line
* comments are now allowed inside of a test list file
* added a --full_path option so that full testspec paths will be displayed. Having the full path make it easier to
copy and paste the testspec to run testflo on just that single test.
* updated the long_description in setup.py for pypi.
-------------------------------------------------------------------
Tue Dec 4 12:55:10 UTC 2018 - Matej Cepl <mcepl@suse.com>