14
0
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:
Tomáš Chvátal
2018-10-24 18:01:16 +00:00
committed by Git OBS Bridge
parent a5129e415b
commit 1ab003c88b
2 changed files with 8 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
Name: python-vcrpy
Version: 2.0.1
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
Group: Development/Languages/Python
URL: https://github.com/kevin1024/vcrpy
@@ -51,8 +51,8 @@ Requires: python3-yarl
%python_subpackages
%description
Record your test suite's HTTP interactions and replay them during future test
runs for fast, deterministic, accurate tests.
This module records a test suite's HTTP interactions and replays them during future
test runs for deterministic tests.
This is a Python version of Ruby's VCR library.