From b1f9df17797e6f1f75b8cc24207a1930e72e4794 Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Sat, 17 Feb 2024 18:01:08 +0100 Subject: [PATCH 1/2] README: remove donation --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4865c04..ab03386 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ [![Build Status](https://github.com/csernazs/pytest-httpserver/workflows/build/badge.svg?branch=master)](https://github.com/csernazs/pytest-httpserver/actions?query=workflow%3Abuild+branch%3Amaster) [![Documentation Status](https://readthedocs.org/projects/pytest-httpserver/badge/?version=latest)](https://pytest-httpserver.readthedocs.io/en/latest/?badge=latest) - [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=K6PU3AGBZW4QC&item_name=pytest-httpserver¤cy_code=EUR&source=url) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![codecov](https://codecov.io/gh/csernazs/pytest-httpserver/branch/master/graph/badge.svg?token=MX2JXbHqRH)](https://codecov.io/gh/csernazs/pytest-httpserver) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) @@ -117,11 +116,15 @@ documentation](https://pytest-httpserver.readthedocs.io/en/latest/api.html#block ### Donation -If you want to donate to this project, you can find the donate button at the top -of the README. +Currently, this project is based heavily on werkzeug and pytest. -Currently, this project is based heavily on werkzeug. Werkzeug does all the heavy lifting -behind the scenes, parsing HTTP request and defining Request and Response objects, which -are currently transparent in the API. +Werkzeug does all the heavy lifting behind the scenes, parsing HTTP request and +defining Request and Response objects, which are currently transparent in the +API. -If you wish to donate, please consider donating to them: https://palletsprojects.com/donate +If you wish to donate to werkzeug: https://palletsprojects.com/donate + + +Pytest is the de-facto test library for python. + +If you wish to donate to pytest: https://opencollective.com/pytest From 1e1a134af283d33ad372b83021e55453b9ad27fe Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Sat, 17 Feb 2024 17:58:12 +0100 Subject: [PATCH 2/2] README: add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab03386..d58e149 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![codecov](https://codecov.io/gh/csernazs/pytest-httpserver/branch/master/graph/badge.svg?token=MX2JXbHqRH)](https://codecov.io/gh/csernazs/pytest-httpserver) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![Downloads](https://static.pepy.tech/badge/pytest-httpserver/month)](https://pepy.tech/project/pytest-httpserver) ## pytest_httpserver