15
0

Accepting request 792483 from home:mcalabkova:branches:devel:languages:python

- update to 0.5.0
  * Implemented support for filtering tests based on markers. Also 
    supports the marker[argument] syntax that goes beyond what pytest 
    can do
  * Nicer output on failed tests

OBS-URL: https://build.opensuse.org/request/show/792483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hammett?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-04-08 15:16:34 +00:00
committed by Git OBS Bridge
parent 3cb0288124
commit c61bbbda00
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b9c1b55dcf8978413ddf60175b771e393f2f8566614dc2fe66592bab0a12d1e
size 10795

3
hammett-0.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95817dafcd88ceae43f21cd8186f1eea1f0d6ee8902d4b6f715908e41daddb60
size 11562

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 8 14:39:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.5.0
* Implemented support for filtering tests based on markers. Also
supports the marker[argument] syntax that goes beyond what pytest
can do
* Nicer output on failed tests
-------------------------------------------------------------------
Mon Mar 30 13:14:25 UTC 2020 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-hammett
Version: 0.4.0
Version: 0.5.0
Release: 0
Summary: hammett is a fast python test runner
License: BSD-3-Clause