Accepting request 726063 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/726063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpserver?expand=0&rev=4
This commit is contained in:
2019-08-27 08:23:48 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use slightly more detailed description.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -21,7 +21,7 @@
Name: python-pytest-httpserver Name: python-pytest-httpserver
Version: 0.3.3 Version: 0.3.3
Release: 0 Release: 0
Summary: A httpserver for pytest Summary: A HTTP server for pytest
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://www.github.com/csernazs/pytest-httpserver URL: https://www.github.com/csernazs/pytest-httpserver
@@ -43,7 +43,10 @@ BuildRequires: %{python_module requests}
%python_subpackages %python_subpackages
%description %description
pytest-httpserver is a httpserver for pytest. This library is for testing HTTP clients without contacting the real
HTTP server. In other words, it is a fake HTTP server which is
accessible via localhost can be started with the pre-defined expected
HTTP requests and their responses.
%prep %prep
%setup -q -n pytest_httpserver-%{version} %setup -q -n pytest_httpserver-%{version}