forked from pool/python-vcrpy
Accepting request 644377 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary and adjust descriptions. OBS-URL: https://build.opensuse.org/request/show/644377 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
a5129e415b
commit
1ab003c88b
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 24 15:24:59 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary and adjust descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 24 13:31:40 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Oct 24 13:31:40 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
Name: python-vcrpy
|
Name: python-vcrpy
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
|
Summary: Python module to mock and replay HTTP interactions
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/kevin1024/vcrpy
|
URL: https://github.com/kevin1024/vcrpy
|
||||||
@@ -51,8 +51,8 @@ Requires: python3-yarl
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Record your test suite's HTTP interactions and replay them during future test
|
This module records a test suite's HTTP interactions and replays them during future
|
||||||
runs for fast, deterministic, accurate tests.
|
test runs for deterministic tests.
|
||||||
|
|
||||||
This is a Python version of Ruby's VCR library.
|
This is a Python version of Ruby's VCR library.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user