15
0

Accepting request 654125 from home:jengelh:branches:devel:languages:python

- Trim bias from description.

OBS-URL: https://build.opensuse.org/request/show/654125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=6
This commit is contained in:
Todd R
2018-12-05 19:23:39 +00:00
committed by Git OBS Bridge
parent 29e8986449
commit b9e22110f0
2 changed files with 7 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
Name: python-flexmock
Version: 0.10.2
Release: 0
Summary: Testing library that makes it easy to create mocks, stubs and fakes
Summary: Testing library for creating mocks, stubs and fakes
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/bkabrda/flexmock
@@ -37,7 +37,7 @@ BuildRequires: %{python_module pytest}
%python_subpackages
%description
Flexmock is a testing library for Python that makes it easy to create mocks,
Flexmock is a testing library for Python for creating mocks,
stubs and fakes. The API is inspired by a Ruby library of the same name, but
Python flexmock is not a clone of the Ruby version. It omits a number of
redundancies in the Ruby flexmock API, alters some defaults, and introduces