File: blocking-httpserver-3b58e2a8464b4d97.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
---
features:
  - |
    Add a new way of running tests with the blocking mode. In this mode, the
    http server is synchronized to the main thread and the client code is run in
    a separate thread.