|
1 | 1 | [](https://github.com/csernazs/pytest-httpserver/actions?query=workflow%3Abuild+branch%3Amaster) |
2 | 2 | [](https://pytest-httpserver.readthedocs.io/en/latest/?badge=latest) |
3 | | - [](https://opensource.org/licenses/MIT) |
4 | | -[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=K6PU3AGBZW4QC&item_name=pytest-httpserver¤cy_code=EUR&source=url) |
| 3 | +[](https://opensource.org/licenses/MIT) |
5 | 4 | [](https://codecov.io/gh/csernazs/pytest-httpserver) |
6 | 5 | [](https://github.com/psf/black) |
7 | 6 |
|
@@ -117,11 +116,15 @@ documentation](https://pytest-httpserver.readthedocs.io/en/latest/api.html#block |
117 | 116 |
|
118 | 117 | ### Donation |
119 | 118 |
|
120 | | -If you want to donate to this project, you can find the donate button at the top |
121 | | -of the README. |
| 119 | +Currently, this project is based heavily on werkzeug and pytest. |
122 | 120 |
|
123 | | -Currently, this project is based heavily on werkzeug. Werkzeug does all the heavy lifting |
124 | | -behind the scenes, parsing HTTP request and defining Request and Response objects, which |
125 | | -are currently transparent in the API. |
| 121 | +Werkzeug does all the heavy lifting behind the scenes, parsing HTTP request and |
| 122 | +defining Request and Response objects, which are currently transparent in the |
| 123 | +API. |
126 | 124 |
|
127 | | -If you wish to donate, please consider donating to them: https://palletsprojects.com/donate |
| 125 | +If you wish to donate to werkzeug: https://palletsprojects.com/donate |
| 126 | + |
| 127 | + |
| 128 | +Pytest is the de-facto test library for python. |
| 129 | + |
| 130 | +If you wish to donate to pytest: https://opencollective.com/pytest |
0 commit comments